Ignore flaky tests (#18278)

This commit is contained in:
Tyera Eulberg 2021-06-28 15:15:21 -06:00 committed by GitHub
parent afd64d27c9
commit 639a61d639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}