We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822a454 commit 03ba863Copy full SHA for 03ba863
tests/integration.rs
@@ -628,6 +628,7 @@ Caused by:
628
#[test]
629
#[cfg(target_arch = "x86_64")]
630
#[cfg(feature = "extern-dependencies-tests")]
631
+ #[ignore = "https://github.com/fermyon/spin/issues/2774"]
632
fn http_grain_template_smoke_test() -> anyhow::Result<()> {
633
http_smoke_test_template(
634
"http-grain",
@@ -656,6 +657,7 @@ Caused by:
656
657
658
659
660
661
fn http_swift_template_smoke_test() -> anyhow::Result<()> {
662
663
"http-swift",
0 commit comments