mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
test(overlays): skip flaky test (#26843)
This commit is contained in:
@ -104,7 +104,8 @@ test.describe('overlays: dismiss', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test.describe('overlays: focus', () => {
|
// TODO FW-3536
|
||||||
|
test.describe.skip('overlays: focus', () => {
|
||||||
test.beforeEach(({ skip }) => {
|
test.beforeEach(({ skip }) => {
|
||||||
skip.rtl();
|
skip.rtl();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user