summary refs log tree commit diff stats
path: root/tests/js/tunittests.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/tunittests.nim')
-rw-r--r--tests/js/tunittests.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/js/tunittests.nim b/tests/js/tunittests.nim
index af38cd9b9..8a264a5e0 100644
--- a/tests/js/tunittests.nim
+++ b/tests/js/tunittests.nim
@@ -1,3 +1,10 @@
+discard """
+  disabled: "true"
+"""
+
+# Unittest uses lambdalifting at compile-time which we disable for the JS
+# codegen! So this cannot and will not work for quite some time.
+
 import unittest
 
 suite "Bacon":