Skip to content

Commit d737ec1

Browse files
test(vue): skip failing tabs tests (#29803)
This skips the tests with a ticket created to investigate why.
1 parent 867066b commit d737ec1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/vue/test/base/tests/e2e/specs/tabs.cy.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ describe('Tabs', () => {
253253
});
254254

255255
// Verifies fix for https://github.com/ionic-team/ionic-framework/issues/22597
256-
it('should deselect old tab button when going to a tab that does not have a tab button', () => {
256+
// TODO(ROU-11114): Re-enable this test after investigating and fixing the cause of its failure.
257+
it.skip('should deselect old tab button when going to a tab that does not have a tab button', () => {
257258
cy.visit('/tabs/tab1');
258259
cy.ionPageVisible('tab1');
259260

@@ -313,7 +314,8 @@ describe('Tabs', () => {
313314
});
314315

315316
// Verifies fix for https://github.com/ionic-team/ionic-framework/issues/22847
316-
it('should support dynamic tabs', () => {
317+
// TODO(ROU-11114): Re-enable this test after investigating and fixing the cause of its failure.
318+
it.skip('should support dynamic tabs', () => {
317319
cy.visit('/tabs/tab1');
318320
cy.ionPageVisible('tab1');
319321

0 commit comments

Comments
 (0)