Skip to content

Commit 051c94a

Browse files
Quarantine tests (#50379)
Co-authored-by: Mackinnon Buck <[email protected]>
1 parent fcc98f5 commit 051c94a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Components/test/E2ETest/Tests/ErrorNotificationTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
66
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
77
using Microsoft.AspNetCore.E2ETesting;
8+
using Microsoft.AspNetCore.Testing;
89
using OpenQA.Selenium;
910
using Xunit.Abstractions;
1011

@@ -31,6 +32,7 @@ protected override void InitializeAsyncCore()
3132
}
3233

3334
[Fact]
35+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50377")]
3436
public void ShowsErrorNotification_OnError_Dismiss()
3537
{
3638
var errorUi = Browser.Exists(By.Id("blazor-error-ui"));
@@ -48,6 +50,7 @@ public void ShowsErrorNotification_OnError_Dismiss()
4850
}
4951

5052
[Fact]
53+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/50377")]
5154
public void ShowsErrorNotification_OnError_Reload()
5255
{
5356
var causeErrorButton = Browser.Exists(By.Id("throw-simple-exception"));

0 commit comments

Comments
 (0)