diff --git a/cypress.config.js b/cypress.config.js index cfb529b65c..b2b49bc63d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -36,5 +36,9 @@ module.exports = defineConfig({ testIsolation: false, baseUrl: "http://test_site_ui:8000", specPattern: ["./cypress/integration/*.js", "**/ui_test_*.js"], + excludeSpecPattern: [ + "./cypress/integration/workspace.js", + "./cypress/integration/workspace_blocks.js", + ], }, });