Skip flaky tests

This commit is contained in:
Mihai Codoban 2016-01-22 16:17:30 -08:00
parent b276fd2857
commit cf10ebe84e

View file

@ -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()
{