Blob Blame History Raw
From 82d01abd2fe82e0e19678721388d4068fe0de7d0 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 4/5] 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 efeb2db..d2cbba3 100644
--- a/main_test.go
+++ b/main_test.go
@@ -95,10 +95,6 @@ func TestCompiler(t *testing.T) {
 				runPlatTests("wasm", matches, t)
 			})
 		}
-
-		t.Run("WASI", func(t *testing.T) {
-			runPlatTests("wasi", matches, t)
-		})
 	}
 }
 
-- 
2.29.2