mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix test hangs in browser due to changing tracks via music controller
This commit is contained in:
@ -41,6 +41,9 @@ namespace osu.Game.Tests.Visual.Editing
|
|||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
Beatmap.Value = CreateWorkingBeatmap(new OsuRuleset().RulesetInfo);
|
||||||
|
// ensure that music controller does not change this beatmap due to it
|
||||||
|
// completing naturally as part of the test.
|
||||||
|
Beatmap.Disabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Reference in New Issue
Block a user