mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Merge pull request #26669 from bdach/fix-score-submission-test-failures-again-aaaaaaaaAAAAAA
Fix score submission test failures due to checking audio playback validity (again)
This commit is contained in:
commit
2ab0be7606
@ -23,6 +23,7 @@ using osu.Game.Rulesets.Scoring;
|
|||||||
using osu.Game.Rulesets.Taiko;
|
using osu.Game.Rulesets.Taiko;
|
||||||
using osu.Game.Rulesets.Taiko.Mods;
|
using osu.Game.Rulesets.Taiko.Mods;
|
||||||
using osu.Game.Scoring;
|
using osu.Game.Scoring;
|
||||||
|
using osu.Game.Screens.Play;
|
||||||
using osu.Game.Screens.Ranking;
|
using osu.Game.Screens.Ranking;
|
||||||
using osu.Game.Tests.Beatmaps;
|
using osu.Game.Tests.Beatmaps;
|
||||||
|
|
||||||
@ -383,6 +384,11 @@ namespace osu.Game.Tests.Visual.Gameplay
|
|||||||
AllowImportCompletion = new SemaphoreSlim(1);
|
AllowImportCompletion = new SemaphoreSlim(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override GameplayClockContainer CreateGameplayClockContainer(WorkingBeatmap beatmap, double gameplayStart) => new MasterGameplayClockContainer(beatmap, gameplayStart)
|
||||||
|
{
|
||||||
|
ShouldValidatePlaybackRate = false,
|
||||||
|
};
|
||||||
|
|
||||||
protected override async Task ImportScore(Score score)
|
protected override async Task ImportScore(Score score)
|
||||||
{
|
{
|
||||||
ScoreImportStarted = true;
|
ScoreImportStarted = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user