Commit ea55452
Quarantine ServerRoutingTest.CanNavigateToQueryStringPageWithNoQuery (#66196)
The server-execution variant of CanNavigateToQueryStringPageWithNoQuery has
failed 2 times across 2 different builds in the components-e2e pipeline
(builds 1366214 and 1358072). The base class test (RoutingTest) passes
consistently; only the server-execution (Blazor Server) variant is flaky.
To quarantine only the server variant, made the base method virtual and
added a quarantined override in ServerRoutingTest in TestSubclasses.cs.
Associated issue: https://github.com/dotnet/aspnetcore/issues/#aw_navqry1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: William Godbe <wigodbe@microsoft.com>1 parent 98c7694 commit ea55452
2 files changed
Lines changed: 5 additions & 1 deletion
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1591 | 1591 | | |
1592 | 1592 | | |
1593 | 1593 | | |
1594 | | - | |
| 1594 | + | |
1595 | 1595 | | |
1596 | 1596 | | |
1597 | 1597 | | |
| |||
0 commit comments