Disabling the net451 discovery tests.

This commit is contained in:
Livar Cunha 2016-08-10 13:39:08 -07:00
parent 8bb7e01f0f
commit 75524b0c6a
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Tests
.Should()
.Pass()
.And
.NotHaveStdErr();;
.NotHaveStdErr();
}

View file

@ -69,7 +69,7 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
}
}
[WindowsOnlyFact]
[WindowsOnlyFact(Skip="https://github.com/xunit/xunit/issues/934")]
public void It_discovers_tests_for_the_ProjectWithTestsWithNet451()
{
Setup();
@ -110,7 +110,7 @@ namespace Microsoft.Dotnet.Tools.Test.Tests
}
}
[WindowsOnlyFact]
[WindowsOnlyFact(Skip="https://github.com/xunit/xunit/issues/934")]
public void It_runs_tests_for_net451()
{
Setup();