diff --git a/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs b/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs index 8c6e1cbaef..71d3c3fb0b 100644 --- a/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs +++ b/tests/Tgstation.Server.Host.Tests/IO/TestPostWriteHandler.cs @@ -70,7 +70,8 @@ namespace Tgstation.Server.Host.IO.Tests public void TestThrowsOnUnix() { if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) - return; + Assert.Inconclusive("POSIX only test."); + var postWriteHandler = new PosixPostWriteHandler(Mock.Of>()); var tmpFile = Path.GetTempFileName(); File.Delete(tmpFile);