Skip to content

Commit 8929cda

Browse files
committed
Disabling component tests
1 parent dcc8222 commit 8929cda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,6 @@ jobs:
609609
- run:
610610
name: Run Cypress end-to-end tests
611611
command: DEBUG="cypress:*" $(npm bin)/cypress run --record --reporter junit --reporter-options "mochaFile=results/flowauth-frontend.[hash].xml"
612-
- run:
613-
name: Run Cypress component tests
614-
command: DEBUG="cypress:*" $(npm bin)/cypress run --component --record --reporter junit --reporter-options "mochaFile=results/flowauth-component.[hash].xml"
615612
- store_test_results:
616613
path: results
617614
- store_artifacts:

0 commit comments

Comments
 (0)