Ignore flaky tests (#18278)
This commit is contained in:
parent
afd64d27c9
commit
639a61d639
|
@ -2848,12 +2848,14 @@ fn test_hard_fork_invalidates_tower() {
|
|||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore]
|
||||
fn test_no_optimistic_confirmation_violation_with_tower() {
|
||||
do_test_optimistic_confirmation_violation_with_or_without_tower(true);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[serial]
|
||||
#[ignore]
|
||||
fn test_optimistic_confirmation_violation_without_tower() {
|
||||
do_test_optimistic_confirmation_violation_with_or_without_tower(false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue