30 lines
715 B
Diff
30 lines
715 B
Diff
From e5e3be1140751de5175932c2b6c9b7bcf8d550be Mon Sep 17 00:00:00 2001
|
|
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
Date: Tue, 15 Dec 2020 05:06:04 -0500
|
|
Subject: [PATCH 1/3] Skip WASI tests.
|
|
|
|
We do not have wasmtime available.
|
|
|
|
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
|
---
|
|
main_test.go | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/main_test.go b/main_test.go
|
|
index 51fd21fd..662fca66 100644
|
|
--- a/main_test.go
|
|
+++ b/main_test.go
|
|
@@ -108,10 +108,6 @@ func TestCompiler(t *testing.T) {
|
|
runPlatTests("wasm", tests, t)
|
|
})
|
|
}
|
|
-
|
|
- t.Run("WASI", func(t *testing.T) {
|
|
- runPlatTests("wasi", tests, t)
|
|
- })
|
|
}
|
|
|
|
// Test a few build options.
|
|
--
|
|
2.31.1
|
|
|