mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Rename ENVVAR in line with previous one (OSU_TESTS_NO_TIMEOUT
)
This commit is contained in:
parent
b597843579
commit
c4f1660841
@ -19,7 +19,7 @@ namespace osu.Game.Tests
|
||||
}
|
||||
|
||||
public FlakyTestAttribute(int tryCount)
|
||||
: base(Environment.GetEnvironmentVariable("FAIL_FLAKY_TESTS") == "1" ? 0 : tryCount)
|
||||
: base(Environment.GetEnvironmentVariable("OSU_TESTS_FAIL_FLAKY") == "1" ? 0 : tryCount)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user