Skip to content

Commit 03ba863

Browse files
committed
Ignore Swift and Grain template integration tests
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
1 parent 822a454 commit 03ba863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ Caused by:
628628
#[test]
629629
#[cfg(target_arch = "x86_64")]
630630
#[cfg(feature = "extern-dependencies-tests")]
631+
#[ignore = "https://github.com/fermyon/spin/issues/2774"]
631632
fn http_grain_template_smoke_test() -> anyhow::Result<()> {
632633
http_smoke_test_template(
633634
"http-grain",
@@ -656,6 +657,7 @@ Caused by:
656657

657658
#[test]
658659
#[cfg(feature = "extern-dependencies-tests")]
660+
#[ignore = "https://github.com/fermyon/spin/issues/2774"]
659661
fn http_swift_template_smoke_test() -> anyhow::Result<()> {
660662
http_smoke_test_template(
661663
"http-swift",

0 commit comments

Comments
 (0)