Inconclusive rather than success in POSIX test

This commit is contained in:
Jordan
2023-06-17 12:34:54 -04:00
parent 57e5409fde
commit aedd35fce6
@@ -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<ILogger<PosixPostWriteHandler>>());
var tmpFile = Path.GetTempFileName();
File.Delete(tmpFile);