Disabling the net451 discovery tests.
This commit is contained in:
parent
8bb7e01f0f
commit
75524b0c6a
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.Should()
|
||||
.Pass()
|
||||
.And
|
||||
.NotHaveStdErr();;
|
||||
.NotHaveStdErr();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue