diff --git a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs index bfc2d89867..3a6d08dad8 100644 --- a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs @@ -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);