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 6d19ea0 commit 70254dbCopy full SHA for 70254db
templates/http-swift/content/.gitignore
templates/http-swift/content/main.swift
templates/http-swift/content/spin.toml
templates/http-swift/metadata/spin-template.toml
tests/integration.rs
@@ -654,21 +654,6 @@ Caused by:
654
)
655
}
656
657
- #[test]
658
- #[cfg(feature = "extern-dependencies-tests")]
659
- #[ignore = "https://github.com/fermyon/spin/issues/2774"]
660
- fn http_swift_template_smoke_test() -> anyhow::Result<()> {
661
- http_smoke_test_template(
662
- "http-swift",
663
- None,
664
665
- &[],
666
- |_| Ok(()),
667
- HashMap::default(),
668
- "Hello from WAGI/1!\n",
669
- )
670
- }
671
-
672
#[test]
673
#[cfg(feature = "extern-dependencies-tests")]
674
fn http_php_template_smoke_test() -> anyhow::Result<()> {
0 commit comments