Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(IDX): skip some tests using the HEAD NNS canisters to save resou…
…rces (dfinity#2078) The release-testing workflow is very expensive in terms of vCPUs needed for testnet VMs: ![Screenshot 2024-10-16 at 14 15 32](https://github.com/user-attachments/assets/9a9e7b31-3193-4fa7-80b7-bc75295518e8) This actually prevents us from running concurrent release-testing workflows. To help reduce resources a bit we disable a few test variants that run the test against the HEAD NNS canisters, namely: * `//rs/tests/consensus/subnet_recovery:sr_app_large_with_tecdsa_test_head_nns` * `//rs/tests/message_routing/xnet:xnet_slo_120_subnets_staging_test_head_nns` They will now only be tested using the mainnet NNS canisters.
- Loading branch information