Skip to content

Commit

Permalink
chore: remove heavy integration tests (foundry-rs#6977)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Jan 31, 2024
1 parent 1e8fb25 commit ceb739a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 72 deletions.
4 changes: 0 additions & 4 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ slow-timeout = { period = "5m", terminate-after = 4 }
[[profile.default.overrides]]
filter = "package(foundry-cheatcodes-spec)"
retries = 0

[profile.heavy]
retries = 1
slow-timeout = { period = "120m", terminate-after = 1 }
59 changes: 0 additions & 59 deletions .github/workflows/heavy-integration.yml

This file was deleted.

3 changes: 0 additions & 3 deletions crates/forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ rustls = ["foundry-cli/rustls", "reqwest/rustls-tls", "reqwest/rustls-tls-native
openssl = ["foundry-cli/openssl", "reqwest/default-tls"]
asm-keccak = ["alloy-primitives/asm-keccak"]

# feature for heavy (long-running) integration tests
heavy-integration-tests = []

[[bench]]
name = "test"
harness = false
3 changes: 0 additions & 3 deletions crates/forge/tests/cli/heavy_integration.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/forge/tests/cli/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ mod test_cmd;
mod verify;

mod ext_integration;

#[cfg(feature = "heavy-integration-tests")]
mod heavy_integration;

0 comments on commit ceb739a

Please sign in to comment.