Move test to a mod test and add more resilient test logic

This commit is contained in:
Dean Herbert
2023-02-14 15:07:45 +09:00
parent a820c0c8eb
commit 9e04a36d86
2 changed files with 10 additions and 13 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Tests.Visual
protected override bool CheckModsAllowFailure() => allowFail;
public ModTestPlayer(ModTestData data, bool allowFail)
: base(false, false)
: base(true, false)
{
this.allowFail = allowFail;
currentTestData = data;