Commit Diff


commit - 058bc3ccca0e1d6482ff018285b8d2bb9e163e21
commit + c6127c195e03fe3cf5aee4c4501b6a46f317d21e
blob - 646d80ba1d9a7ae1529ade58710e940cced9016d
blob + 0dcc519549ab9037f647d84fe4739a24e765ef35
--- test/app-luatest/http_client_test.lua
+++ test/app-luatest/http_client_test.lua
@@ -59,6 +59,7 @@ local function start_server(sock_family)
 end
 
 g.before_each(function(cg)
+    t.skip_if(cg.params.sock_family == 'AF_UNIX', "gh-9854")
     local sock_family = cg.params.sock_family
     cg.server, cg.url, cg.opts = start_server(sock_family)
 end)