mirror of https://github.com/ppy/osu
Rename ENVVAR in line with previous one (`OSU_TESTS_NO_TIMEOUT`)
This commit is contained in:
parent
b597843579
commit
c4f1660841
|
@ -19,7 +19,7 @@ public FlakyTestAttribute()
|
||||||
}
|
}
|
||||||
|
|
||||||
public FlakyTestAttribute(int tryCount)
|
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