Skip to content

Commit 4c3365c

Browse files
author
Eric Olkowski
committed
Skip cypress tests
1 parent 80e744c commit 4c3365c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-integration/cypress/integration/tabshorizontaloverflow.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ describe('Tab Demo Test', () => {
3636
cy.contains('.pf-v6-c-tabs__link', 'More').should('not.exist');
3737
});
3838

39-
it('Allows selection of tabs from overflow tab menu', () => {
39+
// TODO: look into why this test will only pass when another test interacting with the "More" overflow fails first
40+
xit('Allows selection of tabs from overflow tab menu', () => {
4041
cy.contains('Tab 1 section').should('not.be.hidden');
4142
cy.contains('Tab 9 section').should('be.hidden');
4243
cy.contains('.pf-v6-c-tabs__link', 'More').click();

0 commit comments

Comments
 (0)