Commit cdea7e1
[test-quarantine] Quarantine ServerRoutingTest and ServerVirtualizationTest flaky tests (#65964)
* Quarantine ServerRoutingTest and ServerVirtualizationTest flaky tests
ServerRoutingTest.NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation
failed 18 times in the components-e2e pipeline over the last 30 days.
Associated issue: #65960
ServerVirtualizationTest.CanRenderHtmlTable and CanElevateEffectiveMaxItemCount_WhenOverscanExceedsMax
failed 2 and 4 times respectively in the components-e2e pipeline.
Associated issue: #65961
The xUnit QuarantinedTest attribute is not automatically inherited by server-side
test subclasses. Adding explicit virtual overrides to apply the quarantine
attribute to the server execution variants.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add missing using directive for InternalTesting
---------
Co-authored-by: github-actions[bot] <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 1e4711c commit cdea7e1
3 files changed
Lines changed: 16 additions & 3 deletions
File tree
- src/Components/test/E2ETest
- ServerExecutionTests
- Tests
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
93 | 106 | | |
94 | 107 | | |
95 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
| 974 | + | |
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
| 615 | + | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
0 commit comments