Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Disabling the net451 discovery tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
livarcocc committed Aug 10, 2016
1 parent 8bb7e01 commit 75524b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void When_dotnet_test_is_invoked_Then_tests_run_without_errors()
.Should()
.Pass()
.And
.NotHaveStdErr();;
.NotHaveStdErr();
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void It_discovers_tests_for_the_ProjectWithTestsWithNetCoreApp()
}
}

[WindowsOnlyFact]
[WindowsOnlyFact(Skip="https://github.com/xunit/xunit/issues/934")]
public void It_discovers_tests_for_the_ProjectWithTestsWithNet451()
{
Setup();
Expand Down Expand Up @@ -110,7 +110,7 @@ public void It_runs_tests_for_netcoreapp10()
}
}

[WindowsOnlyFact]
[WindowsOnlyFact(Skip="https://github.com/xunit/xunit/issues/934")]
public void It_runs_tests_for_net451()
{
Setup();
Expand Down

0 comments on commit 75524b0

Please sign in to comment.