From 03ba8630990036c1669316395d0112f0adebfd32 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 27 Aug 2024 17:59:06 +0200 Subject: [PATCH] Ignore Swift and Grain template integration tests Signed-off-by: Ryan Levick --- tests/integration.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration.rs b/tests/integration.rs index d262325d25..c09e241d3f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -628,6 +628,7 @@ Caused by: #[test] #[cfg(target_arch = "x86_64")] #[cfg(feature = "extern-dependencies-tests")] + #[ignore = "https://github.com/fermyon/spin/issues/2774"] fn http_grain_template_smoke_test() -> anyhow::Result<()> { http_smoke_test_template( "http-grain", @@ -656,6 +657,7 @@ Caused by: #[test] #[cfg(feature = "extern-dependencies-tests")] + #[ignore = "https://github.com/fermyon/spin/issues/2774"] fn http_swift_template_smoke_test() -> anyhow::Result<()> { http_smoke_test_template( "http-swift",