The test case was added in https://github.com/tarantool/tarantool/commit/e576ca91c9555a3eb1012a05fd873f56565f028d And became broken in https://github.com/tarantool/tarantool/commit/42c64d06d5d1a3ec937b3c596af083a672a68ad8: ```diff -while finished ~= 2 do fiber.sleep(0.01) end +test_run:wait_cond(function() return finished ~= 2 end) ``` The condition was not reverted.