Skip to content

Commit

Permalink
Fixed a merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Sep 10, 2022
1 parent 95bbb6a commit 2d74ab1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions dos/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,19 +734,4 @@ pub mod test {
},
);
}
<<<<<<< HEAD
=======

#[test]
#[ignore]
fn test_dos_with_blockhash_and_payer() {
run_dos_with_blockhash_and_payer(/*tpu_use_quic*/ false)
}

#[test]
#[ignore]
fn test_dos_with_blockhash_and_payer_and_quic() {
run_dos_with_blockhash_and_payer(/*tpu_use_quic*/ true)
}
>>>>>>> 4bda909827 (Enable QUIC client by default. Add arg to disable QUIC client. Take 2 (#26927))
}

0 comments on commit 2d74ab1

Please sign in to comment.