Browse Source

Skip slow test

Kevin Leung 3 years ago
parent
commit
706acf351e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Earthfile

+ 4 - 4
Earthfile

@@ -249,10 +249,10 @@ test-all:
     BUILD +test --TEST=python
     BUILD +test --TEST=python
     BUILD +test --TEST=java,jvm
     BUILD +test --TEST=java,jvm
     BUILD +test --TEST=cs
     BUILD +test --TEST=cs
-    BUILD +test --TEST=js
     BUILD +test --TEST=cpp
     BUILD +test --TEST=cpp
     BUILD +test --TEST=lua
     BUILD +test --TEST=lua
     
     
-    IF [ "$TARGETPLATFORM" = "linux/amd64" ] # FIXME: hl can't compile on arm64 (JIT issue?)
-        BUILD +test --TEST=hl
-    END
+    IF [ "$TARGETPLATFORM" = "linux/amd64" ]
+        BUILD +test --TEST=js # FIXME: timeout
+        BUILD +test --TEST=hl # FIXME: hl can't compile on arm64 (JIT issue?)
+    END