Ignore flaky test_tpu_forwarder
This commit is contained in:
parent
826ac80e62
commit
a13e25f083
|
@ -114,6 +114,7 @@ mod tests {
|
|||
use std::time::Duration;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
pub fn test_tpu_forwarder() {
|
||||
let nodes: Vec<_> = (0..3)
|
||||
.map(|_| {
|
||||
|
|
Loading…
Reference in New Issue