Skip to content

Commit a7c22f3

Browse files
committed
Skip test
1 parent a126e79 commit a7c22f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/app/apps/codebattle/test/codebattle/tournament/entire/squad_seq_task_one_zero_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defmodule Codebattle.Tournament.Entire.SquadSeqTaskOneZeroTest do
77
alias Codebattle.PubSub.Message
88
alias Codebattle.Tournament
99

10+
@tag :skip
1011
test "works with several players and single round" do
1112
[%{id: t1_id}, %{id: t2_id}] = insert_list(2, :task, level: "easy")
1213
[%{id: t3_id}, %{id: t4_id}] = insert_list(2, :task, level: "medium")

0 commit comments

Comments
 (0)