mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 14:06:41 +01:00
This test doesn't apply to OD
This commit is contained in:
@@ -623,7 +623,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
|
||||
void TestLinuxIsntBeingFuckingCheekyAboutFilePaths(DreamDaemonResponse currentStatus, CompileJobResponse previousStatus)
|
||||
{
|
||||
if (new PlatformIdentifier().IsWindows || usingBasicWatchdog)
|
||||
if (new PlatformIdentifier().IsWindows || usingBasicWatchdog || currentStatus.ActiveCompileJob.EngineVersion.Engine.Value == EngineType.OpenDream)
|
||||
return;
|
||||
|
||||
Assert.IsNotNull(currentStatus.ActiveCompileJob);
|
||||
|
||||
Reference in New Issue
Block a user