Skip to content

Commit 57108bf

Browse files
committed
comment out str optimization tests for now
1 parent 2c46951 commit 57108bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/cljs/build_api_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@
941941
(test/delete-node-modules)
942942
(test/delete-out-files out))))
943943

944-
(deftest test-cljs-3452-str-optimizations
944+
#_(deftest test-cljs-3452-str-optimizations
945945
(testing "Test that uses compile time optimizations from str macro"
946946
(let [out (.getPath (io/file (test/tmp-dir) "cljs-3452-str-optimizations-out"))]
947947
(test/delete-out-files out)

0 commit comments

Comments
 (0)