1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 13:42:55 +08:00

Remove stray [Solo]s

This commit is contained in:
Dean Herbert 2025-02-07 15:30:31 +09:00
parent d505c529cd
commit aa329f397e
No known key found for this signature in database
4 changed files with 0 additions and 4 deletions

View File

@ -74,7 +74,6 @@ namespace osu.Game.Tests.Visual.Editing
} }
[Test] [Test]
[Solo]
public void TestCommitPlacementViaRightClick() public void TestCommitPlacementViaRightClick()
{ {
Playfield playfield = null!; Playfield playfield = null!;

View File

@ -165,7 +165,6 @@ namespace osu.Game.Tests.Visual.Navigation
} }
[Test] [Test]
[Solo]
public void TestEditorGameplayTestAlwaysUsesOriginalRuleset() public void TestEditorGameplayTestAlwaysUsesOriginalRuleset()
{ {
prepareBeatmap(); prepareBeatmap();

View File

@ -208,7 +208,6 @@ namespace osu.Game.Tests.Visual.SongSelect
} }
[Test] [Test]
[Solo]
public void TestInputHandlingWithinGaps() public void TestInputHandlingWithinGaps()
{ {
AddBeatmaps(2, 5); AddBeatmaps(2, 5);

View File

@ -1239,7 +1239,6 @@ namespace osu.Game.Tests.Visual.SongSelect
} }
[Test] [Test]
[Solo]
public void TestHardDeleteHandledCorrectly() public void TestHardDeleteHandledCorrectly()
{ {
createSongSelect(); createSongSelect();