Quarantine tests (#22919)
This commit is contained in:
parent
28b3ab8230
commit
0f70380524
|
|
@ -66,6 +66,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public void IncrementallyUpdatesCache()
|
||||
{
|
||||
// Perform a first load to populate the cache
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
|
|||
.WithTfms(Tfm.Net50);
|
||||
|
||||
[ConditionalTheory]
|
||||
[QuarantinedTest]
|
||||
[MemberData(nameof(TestVariants))]
|
||||
public async Task InjectedStartup_DefaultApplicationNameIsEntryAssembly(TestVariant variant)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue