mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:33:20 +08:00
Add note about broken test
This commit is contained in:
parent
b683d55023
commit
589abe2c52
@ -44,7 +44,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
|||||||
[TestCase(120, true)]
|
[TestCase(120, true)]
|
||||||
[TestCase(60, true)]
|
[TestCase(60, true)]
|
||||||
[TestCase(10, true)]
|
[TestCase(10, true)]
|
||||||
[TestCase(0, true)]
|
// [TestCase(0, true)] headless test doesn't run at high enough precision for this to always enter a tracking state in time.
|
||||||
[TestCase(-30, false)]
|
[TestCase(-30, false)]
|
||||||
public void TestTailLeniency(float finalPosition, bool hit)
|
public void TestTailLeniency(float finalPosition, bool hit)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user