From 37290df7ef6cf8eaa625dae8434afb3751e13a6c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 7 Dec 2023 13:18:26 -0500 Subject: [PATCH] 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 --- core/src/components/radio/test/a11y/radio.e2e.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/components/radio/test/a11y/radio.e2e.ts b/core/src/components/radio/test/a11y/radio.e2e.ts index 7aedf438ff..eaa52c548c 100644 --- a/core/src/components/radio/test/a11y/radio.e2e.ts +++ b/core/src/components/radio/test/a11y/radio.e2e.ts @@ -15,7 +15,8 @@ configs({ modes: ['ios'], directions: ['ltr'] }).forEach(({ title, config }) => }); }); - test.describe(title('radio: keyboard navigation'), () => { + // TODO(FW-5715): re-enable test + test.skip(title('radio: keyboard navigation'), () => { test.beforeEach(async ({ page }) => { await page.setContent( `