Skip to content

Commit

Permalink
test: disable baso OB tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janrembold committed May 6, 2024
1 parent 5afdbfc commit f506962
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/extensions/cypress/cypress.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"e2e": {
"excludeSpecPattern": ["cypress/e2e/**/registration.cy.ts"],
"excludeSpecPattern": [
"cypress/e2e/**/registration.cy.ts",
"cypress/e2e/**/registration/base.cy.ts",
"cypress/e2e/**/registration/consultingType.cy.ts",
"cypress/e2e/**/registration/topic.cy.ts",
"cypress/e2e/**/messages/attachments/informal.cy.ts"
],
"specPattern": ["src/extensions/cypress/e2e/**/*.cy.ts"]
}
}

0 comments on commit f506962

Please sign in to comment.