From cf10ebe84eaa412528cca1d8c35876abcc44593f Mon Sep 17 00:00:00 2001 From: Mihai Codoban Date: Fri, 22 Jan 2016 16:17:30 -0800 Subject: [PATCH] Skip flaky tests --- test/Microsoft.DotNet.Tools.Builder.Tests/IncrementalTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.DotNet.Tools.Builder.Tests/IncrementalTests.cs b/test/Microsoft.DotNet.Tools.Builder.Tests/IncrementalTests.cs index 43c135d91..964d63440 100644 --- a/test/Microsoft.DotNet.Tools.Builder.Tests/IncrementalTests.cs +++ b/test/Microsoft.DotNet.Tools.Builder.Tests/IncrementalTests.cs @@ -69,7 +69,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests Assert.Contains("does not have a lock file", buildResult.StdErr); } - [Fact] + [Fact(Skip="https://github.com/dotnet/cli/issues/980")] public void TestRebuildChangedLockFile() { @@ -83,7 +83,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests AssertProjectCompiled(_mainProject, buildResult); } - [Fact] + [Fact(Skip="https://github.com/dotnet/cli/issues/980")] public void TestRebuildChangedProjectFile() {