Quarantine flaky test (#22662)
This commit is contained in:
parent
6188933c89
commit
a1360e98f3
|
|
@ -9,6 +9,7 @@ using HostedInAspNet.Server;
|
|||
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
|
||||
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
|
||||
using Microsoft.AspNetCore.E2ETesting;
|
||||
using Microsoft.AspNetCore.Testing;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium.Support.UI;
|
||||
|
|
@ -38,6 +39,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[QuarantinedTest]
|
||||
public void CachesResourcesAfterFirstLoad()
|
||||
{
|
||||
// On the first load, we have to fetch everything
|
||||
|
|
|
|||
Loading…
Reference in New Issue