mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 17:33:02 +08:00
Disable broken taiko hitsound fallback tests for now
This commit is contained in:
@@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
|
||||
[TestCase("taiko-normal-hitnormal")]
|
||||
[TestCase("normal-hitnormal")]
|
||||
[TestCase("hitnormal")]
|
||||
// [TestCase("hitnormal")] intentionally broken (will play classic default instead).
|
||||
public void TestDefaultCustomSampleFromBeatmap(string expectedSample)
|
||||
{
|
||||
SetupSkins(expectedSample, expectedSample);
|
||||
@@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
|
||||
[TestCase("taiko-normal-hitnormal")]
|
||||
[TestCase("normal-hitnormal")]
|
||||
[TestCase("hitnormal")]
|
||||
// [TestCase("hitnormal")] intentionally broken (will play classic default instead).
|
||||
public void TestDefaultCustomSampleFromUserSkinFallback(string expectedSample)
|
||||
{
|
||||
SetupSkins(string.Empty, expectedSample);
|
||||
|
||||
Reference in New Issue
Block a user