1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Merge pull request #10374 from peppy/ignore-failing-test

Temporarily ignore failing gameplay samples test
This commit is contained in:
Dan Balasescu 2020-10-05 20:46:21 +09:00 committed by GitHub
commit 141b8eb766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ namespace osu.Game.Tests.Visual.Gameplay
public class TestSceneGameplaySamplePlayback : PlayerTestScene public class TestSceneGameplaySamplePlayback : PlayerTestScene
{ {
[Test] [Test]
[Ignore("temporarily disabled pending investigation")]
public void TestAllSamplesStopDuringSeek() public void TestAllSamplesStopDuringSeek()
{ {
DrawableSlider slider = null; DrawableSlider slider = null;