Unquarantine passing tests (#23915)
This commit is contained in:
parent
69ec50bfd8
commit
506a856d47
|
|
@ -108,7 +108,6 @@ namespace Templates.Test
|
||||||
[InlineData(true)]
|
[InlineData(true)]
|
||||||
[InlineData(false)]
|
[InlineData(false)]
|
||||||
[SkipOnHelix("cert failure", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
[SkipOnHelix("cert failure", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
|
|
||||||
public async Task MvcTemplate_IndividualAuth(bool useLocalDB)
|
public async Task MvcTemplate_IndividualAuth(bool useLocalDB)
|
||||||
{
|
{
|
||||||
Project = await ProjectFactory.GetOrCreateProject("mvcindividual" + (useLocalDB ? "uld" : ""), Output);
|
Project = await ProjectFactory.GetOrCreateProject("mvcindividual" + (useLocalDB ? "uld" : ""), Output);
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ namespace Templates.Test
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||||
[QuarantinedTest]
|
|
||||||
public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null);
|
public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null);
|
||||||
|
|
||||||
private async Task WebApiTemplateCore(string languageOverride)
|
private async Task WebApiTemplateCore(string languageOverride)
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ namespace Templates.Test
|
||||||
public ITestOutputHelper Output { get; }
|
public ITestOutputHelper Output { get; }
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
|
|
||||||
public async Task WorkerTemplateAsync()
|
public async Task WorkerTemplateAsync()
|
||||||
{
|
{
|
||||||
Project = await ProjectFactory.GetOrCreateProject("worker", Output);
|
Project = await ProjectFactory.GetOrCreateProject("worker", Output);
|
||||||
|
|
|
||||||
|
|
@ -1416,7 +1416,6 @@ namespace Interop.FunctionalTests
|
||||||
// Settings_InitialWindowSize_Lower_Client - Not configurable.
|
// Settings_InitialWindowSize_Lower_Client - Not configurable.
|
||||||
|
|
||||||
[Theory]
|
[Theory]
|
||||||
[QuarantinedTest]
|
|
||||||
[MemberData(nameof(SupportedSchemes))]
|
[MemberData(nameof(SupportedSchemes))]
|
||||||
public async Task Settings_InitialWindowSize_Server(string scheme)
|
public async Task Settings_InitialWindowSize_Server(string scheme)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,6 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
[QuarantinedTest]
|
|
||||||
public void SetSecret_With_Verbose_Flag()
|
public void SetSecret_With_Verbose_Flag()
|
||||||
{
|
{
|
||||||
string secretId;
|
string secretId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue