Skip to content

Commit dbcc188

Browse files
committed
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.
1 parent 19cf804 commit dbcc188

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

osu.Framework.Tests/Clocks/DecouplingFramedClockTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ public void TestBackwardPlaybackOverZeroBoundary()
436436
[TestCase(1)]
437437
[TestCase(10)]
438438
[TestCase(50)]
439+
[FlakyTest]
439440
public void TestNoDecoupledDrift(int updateRate)
440441
{
441442
var stopwatch = new StopwatchClock();

osu.Framework.Tests/Clocks/InterpolatingFramedClockTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public void TestInterpolationAfterSourceStoppedThenSeeked()
254254
[TestCase(1)]
255255
[TestCase(10)]
256256
[TestCase(50)]
257+
[FlakyTest]
257258
public void TestNoInterpolationDrift(int updateRate)
258259
{
259260
var stopwatch = new StopwatchClock();

osu.Framework.Tests/Graphics/TripleBufferTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public void TestWriteThenRead()
108108
}
109109

110110
[Test]
111+
[FlakyTest]
111112
public void TestReadSaturated()
112113
{
113114
var tripleBuffer = new TripleBuffer<TestObject>();

0 commit comments

Comments
 (0)