Skip to content

Commit

Permalink
skip searchOnPageLoad test in 2.18 (#1619)
Browse files Browse the repository at this point in the history
Signed-off-by: Anan <[email protected]>
  • Loading branch information
ananzh authored Nov 1, 2024
1 parent f1c32f9 commit 488bb1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe('discover_advanced_setting', () => {
});
});

describe('searchOnPageLoad advanced setting', () => {
describe.skip('searchOnPageLoad advanced setting', () => {
before(() => {
CURRENT_TENANT.newTenant = 'global';
cy.fleshTenantSettings();
Expand Down

0 comments on commit 488bb1c

Please sign in to comment.