We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b799ba commit 5b8f9aeCopy full SHA for 5b8f9ae
worlds/stardew_valley/test/performance/TestPerformance.py
@@ -61,7 +61,7 @@ def setUpClass(cls) -> None:
61
62
fill_tests_key = "fill"
63
if fill_tests_key in os.environ:
64
- cls.skip_fill = not bool(os.environ[fill_tests_key])
+ cls.skip_fill = os.environ[fill_tests_key] != "True"
65
66
fixed_seed_key = "fixed_seed"
67
if fixed_seed_key in os.environ:
0 commit comments