From 75524b0c6a296b79c31aabb83bc3ae24100542b5 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 10 Aug 2016 13:39:08 -0700 Subject: [PATCH] Disabling the net451 discovery tests. --- test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs | 2 +- ...ThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs b/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs index bd17a041f..6a9c9e568 100644 --- a/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs +++ b/test/dotnet-new.Tests/GivenThatIWantANewCSxUnitProject.cs @@ -54,7 +54,7 @@ namespace Microsoft.DotNet.Tests .Should() .Pass() .And - .NotHaveStdErr();; + .NotHaveStdErr(); } diff --git a/test/dotnet-test.Tests/GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs b/test/dotnet-test.Tests/GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs index e95ba5668..8b55fa4fd 100644 --- a/test/dotnet-test.Tests/GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs +++ b/test/dotnet-test.Tests/GivenThatWeWantToUseDotnetTestE2EInDesignTimeForMultipleTFms.cs @@ -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();