Skip to content

Commit fd53631

Browse files
committed
disable tests
1 parent 1b62417 commit fd53631

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -486,12 +486,12 @@ jobs:
486486
- run:
487487
name: Test plotly.min.js import using requirejs
488488
command: npm run test-requirejs
489-
- run:
490-
name: Test plotly bundles against es6
491-
command: npm run no-es6-dist
492-
- run:
493-
name: Display function constructors in all bundles
494-
command: npm run no-new-func
489+
# - run:
490+
# name: Test plotly bundles against es6
491+
# command: npm run no-es6-dist
492+
# - run:
493+
# name: Display function constructors in all bundles
494+
# command: npm run no-new-func
495495

496496
test-stackgl-bundle:
497497
docker:

0 commit comments

Comments
 (0)