Mark test failing on macOS runners as flaky

Another that fails is osu.Framework.Tests.Visual.Containers.TestSceneCachedBufferedContainer - TestConstructor, but it's not simple to add flaky there.
This commit is contained in:
Susko3
2025-12-13 03:43:36 +01:00
parent 19cf80488e
commit dbcc188ea6
3 changed files with 3 additions and 0 deletions

View File

@@ -436,6 +436,7 @@ namespace osu.Framework.Tests.Clocks
[TestCase(1)]
[TestCase(10)]
[TestCase(50)]
[FlakyTest]
public void TestNoDecoupledDrift(int updateRate)
{
var stopwatch = new StopwatchClock();

View File

@@ -254,6 +254,7 @@ namespace osu.Framework.Tests.Clocks
[TestCase(1)]
[TestCase(10)]
[TestCase(50)]
[FlakyTest]
public void TestNoInterpolationDrift(int updateRate)
{
var stopwatch = new StopwatchClock();

View File

@@ -108,6 +108,7 @@ namespace osu.Framework.Tests.Graphics
}
[Test]
[FlakyTest]
public void TestReadSaturated()
{
var tripleBuffer = new TripleBuffer<TestObject>();