mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Force this variable to check for true
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user