Skip to content

Commit

Permalink
Remove grain and swift templates
Browse files Browse the repository at this point in the history
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
  • Loading branch information
lann committed Aug 29, 2024
1 parent 09de9c3 commit 90e5e67
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 110 deletions.
4 changes: 0 additions & 4 deletions templates/http-grain/content/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions templates/http-grain/content/main.gr

This file was deleted.

19 changes: 0 additions & 19 deletions templates/http-grain/content/spin.toml

This file was deleted.

8 changes: 0 additions & 8 deletions templates/http-grain/metadata/spin-template.toml

This file was deleted.

2 changes: 0 additions & 2 deletions templates/http-swift/content/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions templates/http-swift/content/main.swift

This file was deleted.

19 changes: 0 additions & 19 deletions templates/http-swift/content/spin.toml

This file was deleted.

8 changes: 0 additions & 8 deletions templates/http-swift/metadata/spin-template.toml

This file was deleted.

31 changes: 0 additions & 31 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -625,22 +625,6 @@ 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",
None,
None,
&[],
|_| Ok(()),
HashMap::default(),
"Hello, World\n",
)
}

#[test]
#[cfg(feature = "extern-dependencies-tests")]
fn http_zig_template_smoke_test() -> anyhow::Result<()> {
Expand All @@ -655,21 +639,6 @@ 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",
None,
None,
&[],
|_| Ok(()),
HashMap::default(),
"Hello from WAGI/1!\n",
)
}

#[test]
#[cfg(feature = "extern-dependencies-tests")]
fn http_php_template_smoke_test() -> anyhow::Result<()> {
Expand Down

0 comments on commit 90e5e67

Please sign in to comment.