mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Inconclusive rather than success in POSIX test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user