Skip to content

Commit

Permalink
Skip a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
geekingfrog committed Jan 18, 2025
1 parent 2ab8035 commit 50e7585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/teiserver/data/battle/lobby_chat_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ defmodule Teiserver.Data.Battle.ChatLibTest do
import Teiserver.TeiserverTestLib, only: [new_user: 0]
alias Teiserver.Lobby.{ChatLib}

# https://github.com/beyond-all-reason/teiserver/actions/runs/12845418717/job/35819461341?pr=556
@tag :needs_attention
test "test lobby chat as bot" do
bot_user = new_user()
bot_user = CacheUser.update_user(%{bot_user | bot: true, roles: ["Bot"]})
Expand Down

0 comments on commit 50e7585

Please sign in to comment.