Skip to content

Commit

Permalink
Merge pull request #22258 from ekrctb/remove-slow-test
Browse files Browse the repository at this point in the history
Reduce number of value combinations of a test that is taking 2min+ to execute
  • Loading branch information
smoogipoo authored Jan 17, 2023
2 parents 53d9684 + 452bf92 commit 71e25b7
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ public partial class TestSceneSliderFollowCircleInput : RateAdjustedBeatmapTestS

[Test]
public void TestMaximumDistanceTrackingWithoutMovement(
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
float circleSize,
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
double velocity)
[Values(0, 5, 10)] float circleSize,
[Values(0, 5, 10)] double velocity)
{
const double time_slider_start = 1000;

Expand Down

0 comments on commit 71e25b7

Please sign in to comment.