Skip to content

Commit

Permalink
Disable Cypress tests temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Oct 12, 2023
1 parent d575e00 commit 6cd541d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test-tenancy-disabled.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Cypress Tests Multitenancy Disabled

on: [ push, pull_request ]
on: [ ]

env:
TEST_BROWSER_HEADLESS: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Cypress Tests

on: [ push, pull_request ]
on: [ ]

env:
TEST_BROWSER_HEADLESS: 1
Expand Down

0 comments on commit 6cd541d

Please sign in to comment.