mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Merge pull request #22258 from ekrctb/remove-slow-test
Reduce number of value combinations of a test that is taking 2min+ to execute
This commit is contained in:
commit
71e25b789b
@ -31,10 +31,8 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestMaximumDistanceTrackingWithoutMovement(
|
public void TestMaximumDistanceTrackingWithoutMovement(
|
||||||
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
|
[Values(0, 5, 10)] float circleSize,
|
||||||
float circleSize,
|
[Values(0, 5, 10)] double velocity)
|
||||||
[Values(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)]
|
|
||||||
double velocity)
|
|
||||||
{
|
{
|
||||||
const double time_slider_start = 1000;
|
const double time_slider_start = 1000;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user