Skip xUnit tests not yet ported to OS X

This commit is contained in:
Andrew Schwartzmeyer 2016-05-05 16:36:24 -07:00
parent 0012fa90d6
commit 7c80035d35

View File

@ -80,7 +80,7 @@ namespace PSTests
}
}
[Fact]
[Fact(Skip="Bad arguments for OS X")]
public static void TestGetMachineName()
{
var startInfo = new ProcessStartInfo
@ -103,7 +103,7 @@ namespace PSTests
}
}
[Fact]
[Fact(Skip="Bad arguments for OS X")]
public static void TestGetFQDN()
{
var startInfo = new ProcessStartInfo
@ -126,7 +126,7 @@ namespace PSTests
}
}
[Fact]
[Fact(Skip="Bad arguments for OS X")]
public static void TestGetDomainName()
{
var startInfo = new ProcessStartInfo