Skip to content

Commit

Permalink
remove disburse test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasHai committed Oct 24, 2024
1 parent 69f2ff9 commit 294a201
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 343 deletions.
21 changes: 0 additions & 21 deletions rs/tests/financial_integrations/rosetta/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,6 @@ system_test_nns(
deps = DEPENDENCIES + ["//rs/tests"],
)

system_test_nns(
name = "rosetta_neuron_disburse_test",
extra_head_nns_tags = [], # don't run the head_nns variant on nightly since it aleady runs on long_test.
flaky = True,
proc_macro_deps = MACRO_DEPENDENCIES,
tags = [
"k8s",
"long_test", # since it takes longer than 5 minutes.
],
target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS
runtime_deps =
GUESTOS_RUNTIME_DEPS +
UNIVERSAL_VM_RUNTIME_DEPS + [
"//rs/rosetta-api/icp:ic-rosetta-api",
"//rs/rosetta-api/icp:rosetta_image.tar",
"//rs/tests:rosetta_workspace",
"@rosetta-cli//:rosetta-cli",
],
deps = DEPENDENCIES + ["//rs/tests"],
)

system_test_nns(
name = "rosetta_neuron_dissolve_test",
flaky = True,
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion rs/tests/src/rosetta_tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pub mod list_known_neurons;
pub mod list_neurons;
pub mod make_transaction;
pub mod network;
pub mod neuron_disburse;
pub mod neuron_dissolve;
pub mod neuron_follow;
pub mod neuron_hotkey;
Expand Down
300 changes: 0 additions & 300 deletions rs/tests/src/rosetta_tests/tests/neuron_disburse.rs

This file was deleted.

0 comments on commit 294a201

Please sign in to comment.