We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6729b2 commit d8bcd69Copy full SHA for d8bcd69
test/unit-luatest/util_test.lua
@@ -31,6 +31,7 @@ test_group.test_uri_eq = function()
31
32
--
33
-- Not equal.
34
+ -- Something to trigger the flaky CI.
35
36
t.assert(not uri_eq(1, 2))
37
t.assert(not uri_eq('1', '2'))
0 commit comments