Re-enable project template tests (#20529)
This commit is contained in:
parent
3d4eedeb11
commit
75bdd71ebc
|
|
@ -25,7 +25,7 @@ namespace Templates.Test
|
|||
public ProjectFactoryFixture ProjectFactory { get; }
|
||||
public ITestOutputHelper Output { get; }
|
||||
|
||||
[ConditionalFact(Skip = "This test run for over an hour")]
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("Not supported queues", Queues = "Windows.7.Amd64;Windows.7.Amd64.Open;OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
|
||||
public async Task GrpcTemplate()
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ namespace Templates.Test
|
|||
"Identity/lib/jquery-validation-unobtrusive/LICENSE.txt",
|
||||
};
|
||||
|
||||
[ConditionalTheory(Skip = "This test run for over an hour")]
|
||||
[ConditionalTheory]
|
||||
[MemberData(nameof(MSBuildIdentityUIPackageOptions))]
|
||||
[SkipOnHelix("cert failure", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ namespace Templates.Test
|
|||
}
|
||||
}
|
||||
|
||||
[ConditionalTheory(Skip = "This test run for over an hour")]
|
||||
[ConditionalTheory]
|
||||
[InlineData(true)]
|
||||
[InlineData(false)]
|
||||
[SkipOnHelix("cert failure", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ namespace Templates.Test
|
|||
}
|
||||
}
|
||||
|
||||
[ConditionalTheory(Skip = "This test run for over an hour")]
|
||||
[ConditionalTheory]
|
||||
[InlineData(false)]
|
||||
[InlineData(true)]
|
||||
[SkipOnHelix("cert failure", Queues = "OSX.1014.Amd64;OSX.1014.Amd64.Open")]
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ namespace Templates.Test.SpaTemplateTest
|
|||
=> SpaTemplateImplAsync("reactnoauth", "react", useLocalDb: false, usesAuth: false);
|
||||
|
||||
[QuarantinedTest]
|
||||
[ConditionalFact(Skip="This test run for over an hour")]
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("selenium")]
|
||||
public Task ReactTemplate_IndividualAuth_NetCore()
|
||||
=> SpaTemplateImplAsync("reactindividual", "react", useLocalDb: false, usesAuth: true);
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ namespace Templates.Test
|
|||
public ProjectFactoryFixture ProjectFactory { get; }
|
||||
public ITestOutputHelper Output { get; }
|
||||
|
||||
[Fact(Skip = "This test run for over an hour")]
|
||||
[Fact]
|
||||
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/19716")]
|
||||
public async Task WorkerTemplateAsync()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue