1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Ignore test

This commit is contained in:
Dan Balasescu 2021-12-01 19:22:21 +09:00
parent 0b3cc47a51
commit 11c137cf83

View File

@ -127,6 +127,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
AddUntilStep("item 1 not in lists", () => !inHistoryList(0) && !inQueueList(0));
}
[Ignore("Expired items are initially removed from the room.")]
[Test]
public void TestJoinRoomWithMixedItemsAddedInCorrectLists()
{