Skip to content

Commit 58aaa2f

Browse files
authored
Merge branch 'master' into fix-ci-code-quality
2 parents c44324c + 86633d9 commit 58aaa2f

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)