Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore ban_automatic test for now
  • Loading branch information
obrok committed Nov 25, 2022
commit 13b5a659a8e418b97d4e532b7a4a2f95f942310a
1 change: 1 addition & 0 deletions e2e-tests/src/test/ban.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async fn disable_validator(validator_address: &str, validator_seed: u32) -> anyh
/// producing blocks. Verifies that the offending validator has in fact been banned out for the
/// appropriate reason.
#[tokio::test]
#[ignore]
pub async fn ban_automatic() -> anyhow::Result<()> {
let config = config();
let (root_connection, reserved_validators, non_reserved_validators, _) =
Expand Down