Skip to content

Commit

Permalink
[Test] Disable a broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Dec 11, 2022
1 parent 4931133 commit 531eca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lua/unit/url.lua
Expand Up @@ -103,9 +103,9 @@ context("URL check functions", function()
{"http://0.0xFFFFFF", true, {
host = '0.255.255.255'
}},
{"http:/\\030052000001", true, {
host = '192.168.0.1'
}},
--{"http:/\\030052000001", true, {
-- host = '192.168.0.1'
--}},
{"http:\\/0xc0.052000001", true, {
host = '192.168.0.1'
}},
Expand Down

0 comments on commit 531eca8

Please sign in to comment.