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()
|
.Should()
|
||||||
.Pass()
|
.Pass()
|
||||||
.And
|
.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()
|
public void It_discovers_tests_for_the_ProjectWithTestsWithNet451()
|
||||||
{
|
{
|
||||||
Setup();
|
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()
|
public void It_runs_tests_for_net451()
|
||||||
{
|
{
|
||||||
Setup();
|
Setup();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue