Skip to content

Commit

Permalink
Remove redundant headers-env-routes-test
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
  • Loading branch information
rylev committed Jan 3, 2024
1 parent f324fb2 commit 7489d21
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 652 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::{
use cargo_target_dep::build_target_dep;

const RUST_HTTP_INTEGRATION_TEST: &str = "tests/http/simple-spin-rust";
const RUST_HTTP_INTEGRATION_ENV_TEST: &str = "tests/http/headers-env-routes-test";
const RUST_HTTP_VAULT_VARIABLES_TEST: &str = "tests/http/vault-variables-test";
const TIMER_TRIGGER_INTEGRATION_TEST: &str = "examples/spin-timer/app-example";
const WASI_HTTP_INTEGRATION_TEST: &str = "examples/wasi-http-rust-streaming-outgoing-body";
Expand Down Expand Up @@ -88,7 +87,6 @@ error: the `wasm32-wasi` target is not installed
build_wasm_test_program("timer_app_example.wasm", "examples/spin-timer/app-example");

cargo_build(RUST_HTTP_INTEGRATION_TEST);
cargo_build(RUST_HTTP_INTEGRATION_ENV_TEST);
cargo_build(RUST_HTTP_VAULT_VARIABLES_TEST);
cargo_build(TIMER_TRIGGER_INTEGRATION_TEST);
cargo_build(WASI_HTTP_INTEGRATION_TEST);
Expand Down
2 changes: 0 additions & 2 deletions tests/http/headers-env-routes-test/.cargo/config.toml

This file was deleted.

Loading

0 comments on commit 7489d21

Please sign in to comment.