1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +08:00

Mark some more recent flaky tests

This commit is contained in:
Dean Herbert
2025-06-03 16:23:31 +09:00
Unverified
parent 6f9179ed53
commit ef29eda3e0
4 changed files with 7 additions and 1 deletions
@@ -22,6 +22,7 @@ using osu.Game.Rulesets.UI;
using osu.Game.Scoring;
using osu.Game.Screens.Play;
using osu.Game.Storyboards;
using osu.Game.Tests;
using osu.Game.Tests.Visual;
using osuTK;
@@ -107,6 +108,7 @@ namespace osu.Game.Rulesets.Osu.Tests
}
[Test]
[FlakyTest]
public void TestVibrateWithoutSpinningOnCentreWithDoubleTime()
{
List<ReplayFrame> frames = new List<ReplayFrame>();
@@ -21,6 +21,7 @@ namespace osu.Game.Tests.Visual.Gameplay
private bool seek;
[Test]
[FlakyTest]
public void TestAllSamplesStopDuringSeek()
{
DrawableSlider? slider = null;
@@ -69,6 +69,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
[FlakyTest]
public void TestFadeOnIdle()
{
createTest();
@@ -144,7 +145,8 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
public void TestDoesntFadeOnMouseDown()
[FlakyTest]
public void TestDoesNotFadeOnMouseDown()
{
createTest();
@@ -303,6 +303,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
}
[Test]
[FlakyTest]
public void TestMostInSyncUserIsAudioSource()
{
start(new[] { PLAYER_1_ID, PLAYER_2_ID });