Social distancing for tests that are symptomatic
These tests failed in official builds last night.
This commit is contained in:
parent
53eaa8f106
commit
2c1de1621e
|
|
@ -72,6 +72,7 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public void DoesNotGenerateIdForProjectWithSecretId()
|
public void DoesNotGenerateIdForProjectWithSecretId()
|
||||||
{
|
{
|
||||||
const string SecretId = "AlreadyExists";
|
const string SecretId = "AlreadyExists";
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ namespace Microsoft.DotNet.Watcher.Tools.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
[QuarantinedTest]
|
||||||
public async Task ConsoleCancelKey()
|
public async Task ConsoleCancelKey()
|
||||||
{
|
{
|
||||||
_tempDir
|
_tempDir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue