diff --git a/ui/cypress/e2e/explorer.test.ts b/ui/cypress/e2e/explorer.test.ts index 1c2a45c0792..ddac058fea1 100644 --- a/ui/cypress/e2e/explorer.test.ts +++ b/ui/cypress/e2e/explorer.test.ts @@ -349,7 +349,7 @@ describe('DataExplorer', () => { }) }) - describe('raw script editing', () => { + describe.skip('raw script editing', () => { beforeEach(() => { cy.getByTestID('switch-to-script-editor').click() })