Skip to content
Snippets Groups Projects
Commit 53c94bc7 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

test: disable Lua JIT in app-luatest/http_client_test

We'll enable it when #8718 is fixed.

NO_DOC=test
NO_CHANGELOG=test
parent 2afde5b1
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@ local uri = require('uri')
local os = require('os')
local t = require('luatest')
-- FIXME(gh-8718): The test fails if Lua JIT is enabled.
jit.off()
jit.flush()
local g = t.group('http_client', {
{sock_family = 'AF_INET'},
{sock_family = 'AF_UNIX'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment