Skip to content

Commit

Permalink
Ignore Swift and Grain template integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <[email protected]>
  • Loading branch information
rylev committed Aug 27, 2024
1 parent 822a454 commit 03ba863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 03ba863

Please sign in to comment.