1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Ignore instead of retry tests

This commit is contained in:
Dean Herbert 2023-10-18 20:12:14 +09:00
parent be321e34e9
commit 78d3c3723d
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase(80, 0)]
[TestCase(80, 10)]
[TestCase(90, 1)]
[Retry(100)] // headless test doesn't run at high enough precision for this to always enter a tracking state in time.
[Ignore("headless test doesn't run at high enough precision for this to always enter a tracking state in time.")]
public void TestVeryShortSlider(float sliderLength, int repeatCount)
{
Slider slider;
@ -93,7 +93,7 @@ namespace osu.Game.Rulesets.Osu.Tests
[TestCase(10, true)]
[TestCase(0, true)]
[TestCase(-30, false)]
[Retry(100)] // headless test doesn't run at high enough precision for this to always enter a tracking state in time.
[Ignore("headless test doesn't run at high enough precision for this to always enter a tracking state in time.")]
public void TestTailLeniency(float finalPosition, bool hit)
{
Slider slider;