Skip to content

Commit 0e06650

Browse files
test(Governance): Remove performance based rewards test (#8431)
This pull request removes the `node_provider_remuneration_with_golden_nns_state` integration test from the NNS integration tests. This follows the plan of removing the test once PBR is fully rolled out in mainnet
1 parent ee81c99 commit 0e06650

File tree

3 files changed

+0
-684
lines changed

3 files changed

+0
-684
lines changed

rs/nns/integration_tests/BUILD.bazel

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -363,24 +363,3 @@ rust_ic_test(
363363
],
364364
deps = DEPENDENCIES + DEV_DEPENDENCIES,
365365
)
366-
367-
rust_ic_test(
368-
name = "node_provider_remuneration_with_golden_nns_state",
369-
# This uses on the order of 10 GB of disk space.
370-
# Therefore, size = "large" is not large enough.
371-
size = "enormous",
372-
srcs = [
373-
"src/node_provider_remuneration_with_golden_nns_state.rs",
374-
],
375-
aliases = ALIASES,
376-
crate_root = "src/node_provider_remuneration_with_golden_nns_state.rs",
377-
data = DEV_DATA,
378-
env = DEV_ENV,
379-
proc_macro_deps = MACRO_DEPENDENCIES + MACRO_DEV_DEPENDENCIES,
380-
tags = [
381-
"nns_tests_nightly", # Run this test in the nns-tests-nightly GitHub Action job.
382-
"no-sandbox", # such that the test can access the file $SSH_AUTH_SOCK.
383-
"requires-network", # Because mainnet state is downloaded (and used).
384-
],
385-
deps = DEPENDENCIES + DEV_DEPENDENCIES,
386-
)

rs/nns/integration_tests/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,5 @@ mod create_service_nervous_system;
147147
#[cfg(test)]
148148
mod registry_get_chunk;
149149

150-
#[cfg(test)]
151-
mod node_provider_remuneration_with_golden_nns_state;
152-
153150
#[cfg(test)]
154151
mod canister_snapshot;

0 commit comments

Comments
 (0)