fix: skip workspace test for now
This commit is contained in:
parent
a0d76e45cb
commit
cdc37dae34
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue