Merge branch 'master' into fix-ci-code-quality

This commit is contained in:
Dan Balasescu
2025-12-13 13:33:28 +09:00
committed by GitHub
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>();