Skip to content

Commit 37290df

Browse files
test(radio): skip flaky radio tabbing test (#28668)
Skips the keyboard navigation test in the radio a11y due to it being flaky: https://github.com/ionic-team/ionic-framework/actions/runs/7131071726
1 parent c680ad9 commit 37290df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/radio/test/a11y/radio.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) =>
1515
});
1616
});
1717

18-
test.describe(title('radio: keyboard navigation'), () => {
18+
// TODO(FW-5715): re-enable test
19+
test.skip(title('radio: keyboard navigation'), () => {
1920
test.beforeEach(async ({ page }) => {
2021
await page.setContent(
2122
`

0 commit comments

Comments
 (0)