Skip flaky tests
This commit is contained in:
parent
b276fd2857
commit
cf10ebe84e
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue