Skip to content

Commit

Permalink
test: skip flaky test case for isolated mode
Browse files Browse the repository at this point in the history
It shouldn't affect other developers. I'll look into it in background.
Filed issue tarantool/tarantool-qa#332 as a reminder.

Follows up tarantool#10796
Related to tarantool/tarantool-qa#332

NO_DOC=testing adjustment
NO_CHANGELOG=see NO_DOC
  • Loading branch information
Totktonada committed Nov 25, 2024
1 parent e72608f commit 7747478
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/config-luatest/isolated_mode_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@ end
-- The test case mostly to verify that the alert is not
-- duplicated.
g.test_iproto_stop_failure_on_startup = function(g)
-- Skip flaky test case.
--
-- https://github.com/tarantool/tarantool-qa/issues/332
t.skip('temporarily skipped, because the test case is unstable on ASAN ' ..
'builds')

local config = cbuilder:new()
:add_instance('i-001', {})
:config()
Expand Down

0 comments on commit 7747478

Please sign in to comment.