Skip to content

Commit bfeb127

Browse files
committed
Disable CI for CLJS
1 parent 8330ca9 commit bfeb127

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
# command: lein with-profile -dev,+check check 2>&1 | grep -v "form-init.*clj" | bin/check-for-warnings.sh
7777
- run: TEST_CHECK_FACTOR=20 lein with-profile test-common test
7878
- run: lein clean
79-
- run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
79+
# TODO: reenable when CLJS has spec2 implementation
80+
# - run: lein with-profile test-web cljsbuild once test 2> >(tee -a stderr.log >&2)
8081
- run: cat stderr.log | grep -v "Options passed to ClojureScript compiler" | bin/check-for-warnings.sh
8182
- run: bin/tests
8283
- run: bin/golden_master_test.sh
@@ -163,9 +164,10 @@ workflows:
163164
- test_current:
164165
requires:
165166
- build
166-
- test_cljs_old:
167-
requires:
168-
- build
167+
# TODO: reenable when CLJS has spec2 implementation
168+
# - test_cljs_old:
169+
# requires:
170+
# - build
169171
- test_clj_old:
170172
requires:
171173
- build

0 commit comments

Comments
 (0)