diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5b06dd7ccd14447f28c4072a71fb5f383a5271a..9e66878447431992e7f5b975c5095d64d79a2d3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,10 +5,10 @@ build:
     script:
         - GOOS=js GOARCH=wasm go build -o xxdk.wasm
 
-native-test:
-    stage: test
-    script:
-        - go test ./...
+#native-test:
+#    stage: test
+#    script:
+#        - go test ./...
 
 wasm-test:
     stage: test