Skip to content

Commit

Permalink
Remove stray [Solo]s
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Feb 7, 2025
1 parent d505c52 commit aa329f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void TestContextMenu()
}

[Test]
[Solo]
public void TestCommitPlacementViaRightClick()
{
Playfield playfield = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ private void makeMetadataChange(bool commit = true)
}

[Test]
[Solo]
public void TestEditorGameplayTestAlwaysUsesOriginalRuleset()
{
prepareBeatmap();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public void TestEmptyTraversal()
}

[Test]
[Solo]
public void TestInputHandlingWithinGaps()
{
AddBeatmaps(2, 5);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,6 @@ public void TestTextBoxBeatmapDifficultyCount()
}

[Test]
[Solo]
public void TestHardDeleteHandledCorrectly()
{
createSongSelect();
Expand Down

0 comments on commit aa329f3

Please sign in to comment.