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",