From b0fb13b442b61f9ea42be86044c6bf2df4fa23f6 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Tue, 12 Mar 2024 20:50:27 +0800 Subject: [PATCH] Update ThreadingAppTest.cs --- src/Components/test/E2ETest/Tests/ThreadingAppTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs b/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs index 449a63e96965..77440d0c6959 100644 --- a/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs +++ b/src/Components/test/E2ETest/Tests/ThreadingAppTest.cs @@ -40,6 +40,7 @@ public void HasHeading() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54497")] public void NavMenuHighlightsCurrentLocation() { var activeNavLinksSelector = By.CssSelector(".sidebar a.active");