Skip to content

Commit a633176

Browse files
committed
Skip flaky test
1 parent f7c0a21 commit a633176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/app/apps/codebattle/test/codebattle/tournament/upcoming_runner_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ defmodule Codebattle.Tournament.UpcomingRunnerTest do
265265
assert {:ok, :noop} = UpcomingRunner.init(:noop)
266266
end
267267

268+
# skip flaky test
269+
@tag :skip
268270
test "handle_info/2 with :run_upcoming processes tournaments and schedules next run" do
269271
# Clean up any existing tournaments from previous tests
270272
Repo.delete_all(Tournament)

0 commit comments

Comments
 (0)