Skip to content

Commit 4b796c7

Browse files
authored
Quarantine components tests (#23644)
1 parent f6bc908 commit 4b796c7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ protected override void InitializeAsyncCore()
3434
}
3535

3636
[Fact]
37+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23643")]
3738
public void ShowsErrorNotification_OnError_Dismiss()
3839
{
3940
var errorUi = Browser.FindElement(By.Id("blazor-error-ui"));

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

Lines changed: 2 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;
1011
using Xunit.Abstractions;
@@ -29,6 +30,7 @@ protected override void InitializeAsyncCore()
2930
}
3031

3132
[Theory]
33+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23643")]
3234
[InlineData("capturing_lambda")]
3335
[InlineData("unbound_lambda")]
3436
[InlineData("unbound_lambda_nested")]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
77
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
88
using Microsoft.AspNetCore.E2ETesting;
9+
using Microsoft.AspNetCore.Testing;
910
using OpenQA.Selenium;
1011
using Xunit;
1112
using Xunit.Abstractions;
@@ -86,6 +87,7 @@ public void CanSetCultureAndParseCultureSensitiveNumbersAndDates(string culture)
8687
// We need to do step 4 to make sure that the value we're entering can "stick" in the form field.
8788
// We can't use ".Text" because DOM reasons :(
8889
[Theory]
90+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/23643")]
8991
[InlineData("en-US")]
9092
[InlineData("fr-FR")]
9193
public void CanSetCultureAndParseCultureInvariantNumbersAndDatesWithInputFields(string culture)

0 commit comments

Comments
 (0)