Skip to content

Commit

Permalink
move now-really-last test
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Oct 16, 2024
1 parent 548c71d commit 0c22ca9
Show file tree
Hide file tree
Showing 5 changed files with 371 additions and 379 deletions.
12 changes: 0 additions & 12 deletions rs/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -328,18 +328,6 @@ path = "networking/query_workload_long_test.rs"
name = "ic-systest-update-workload-large-payload"
path = "networking/update_workload_large_payload.rs"

[[bin]]
name = "ic-systest-canister-sig-verification-cache-test"
path = "crypto/canister_sig_verification_cache_test.rs"

[[bin]]
name = "ic-systest-ic-crypto-csp-socket-test"
path = "crypto/ic_crypto_csp_socket_test.rs"

[[bin]]
name = "ic-systest-ic-crypto-csp-umask-test"
path = "crypto/ic_crypto_csp_umask_test.rs"

[[bin]]
name = "ic-systest-xnet-malicious-slices"
path = "message_routing/xnet/xnet_malicious_slices.rs"
Expand Down
8 changes: 8 additions & 0 deletions rs/tests/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ serde_cbor = { workspace = true }
slog = { workspace = true }
tokio = { workspace = true }

[[bin]]
name = "canister_sig_verification_cache_test"
path = "canister_sig_verification_cache_test.rs"

[[bin]]
name = "ic_crypto_csp_metrics_test"
path = "ic_crypto_csp_metrics_test.rs"

[[bin]]
name = "ic_crypto_csp_socket_test"
path = "ic_crypto_csp_socket_test.rs"
Expand Down
Loading

0 comments on commit 0c22ca9

Please sign in to comment.