We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c0a21 commit a633176Copy full SHA for a633176
services/app/apps/codebattle/test/codebattle/tournament/upcoming_runner_test.exs
@@ -265,6 +265,8 @@ defmodule Codebattle.Tournament.UpcomingRunnerTest do
265
assert {:ok, :noop} = UpcomingRunner.init(:noop)
266
end
267
268
+ # skip flaky test
269
+ @tag :skip
270
test "handle_info/2 with :run_upcoming processes tournaments and schedules next run" do
271
# Clean up any existing tournaments from previous tests
272
Repo.delete_all(Tournament)
0 commit comments