From 3bf145a749702311b0f39a89ce931a6ae5b9592d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 16 Mar 2026 15:27:22 +0100 Subject: [PATCH] :sparkles: Disable wasm-render on frontend tests (temporarily) --- frontend/test/frontend_tests/runner.cljs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/test/frontend_tests/runner.cljs b/frontend/test/frontend_tests/runner.cljs index fe5f5efdac..cc899c9ac8 100644 --- a/frontend/test/frontend_tests/runner.cljs +++ b/frontend/test/frontend_tests/runner.cljs @@ -30,6 +30,10 @@ (.exit js/process 0) (.exit js/process 1))) +;; FIXME: workaround, wasn is temporarily disabled for unit tests +(set! app.main.features/global-enabled-features + (disj app.main.features/global-enabled-features "render-wasm/v1")) + (defn init [] (t/run-tests