mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
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:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -108,6 +108,7 @@ namespace osu.Framework.Tests.Graphics
|
||||
}
|
||||
|
||||
[Test]
|
||||
[FlakyTest]
|
||||
public void TestReadSaturated()
|
||||
{
|
||||
var tripleBuffer = new TripleBuffer<TestObject>();
|
||||
|
||||
Reference in New Issue
Block a user