Force this variable to check for true

This commit is contained in:
Jordan Dominion
2023-12-13 22:59:50 -05:00
parent 5231bd8a81
commit ef0bf6c0cf
@@ -1213,7 +1213,7 @@ namespace Tgstation.Server.Tests.Live
[TestMethod]
public Task TestOpenDreamExclusiveTgsOperation()
{
if (String.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("TGS_TEST_OD_EXCLUSIVE")))
if (Environment.GetEnvironmentVariable("TGS_TEST_OD_EXCLUSIVE") != "true")
Assert.Inconclusive("This test is covered by TestStandardTgsOperation");
return TestStandardTgsOperation(true);