Unquarantine passing tests (#23915)

This commit is contained in:
Brennan 2020-07-13 16:27:00 -07:00 committed by GitHub
parent 69ec50bfd8
commit 506a856d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 5 deletions

View File

@ -108,7 +108,6 @@ namespace Templates.Test
[InlineData(true)]
[InlineData(false)]
[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)
{
Project = await ProjectFactory.GetOrCreateProject("mvcindividual" + (useLocalDB ? "uld" : ""), Output);

View File

@ -28,7 +28,6 @@ namespace Templates.Test
[ConditionalFact]
[SkipOnHelix("Cert failures", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
[QuarantinedTest]
public async Task WebApiTemplateCSharp() => await WebApiTemplateCore(languageOverride: null);
private async Task WebApiTemplateCore(string languageOverride)

View File

@ -22,7 +22,6 @@ namespace Templates.Test
public ITestOutputHelper Output { get; }
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
public async Task WorkerTemplateAsync()
{
Project = await ProjectFactory.GetOrCreateProject("worker", Output);

View File

@ -1416,7 +1416,6 @@ namespace Interop.FunctionalTests
// Settings_InitialWindowSize_Lower_Client - Not configurable.
[Theory]
[QuarantinedTest]
[MemberData(nameof(SupportedSchemes))]
public async Task Settings_InitialWindowSize_Server(string scheme)
{

View File

@ -164,7 +164,6 @@ namespace Microsoft.Extensions.SecretManager.Tools.Tests
}
[Fact]
[QuarantinedTest]
public void SetSecret_With_Verbose_Flag()
{
string secretId;