Skip to content

Commit

Permalink
Merge pull request #21238 from storybookjs/shilman/disable-cra-bench
Browse files Browse the repository at this point in the history
Build: Disable broken cra-bench
  • Loading branch information
shilman authored Feb 24, 2023
2 parents f32abfa + 1699f45 commit afaf11c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ workflows:
- coverage:
requires:
- unit-tests
- cra-bench:
requires:
- build
# - cra-bench:
# requires:
# - build
- react-vite-bench:
requires:
- build
Expand Down Expand Up @@ -592,9 +592,9 @@ workflows:
- coverage:
requires:
- unit-tests
- cra-bench:
requires:
- build
# - cra-bench:
# requires:
# - build
- react-vite-bench:
requires:
- build
Expand Down

0 comments on commit afaf11c

Please sign in to comment.