Skip to content
Snippets Groups Projects
Commit 51a83d90 authored by Igor Munkin's avatar Igor Munkin Committed by Igor Munkin
Browse files

test: enable JIT back in app-luatest/http_client_test

This patch reverts the temporary fix introduced in commit
53c94bc7 ("test: disable Lua JIT in
app-luatest/http_client_test") since the issues with invalid traces
generation for vararg functions are resolved, so JIT machinery can be
enabled back then.

Follows up #8718
Relates to #8516

NO_DOC=test
NO_CHANGELOG=test
parent 532bada7
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@ 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