Skip to content

Commit

Permalink
re-disable high_bandwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed May 16, 2021
1 parent 5bfd920 commit 7601b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt-tokio/tests/high_bandwidth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fn stream_exact(duration: Duration) -> impl Stream<Item = Bytes> {
}

#[tokio::test]
// #[ignore]
#[ignore]
async fn high_bandwidth() -> Result<(), Error> {
let _ = pretty_env_logger::try_init();

Expand Down

0 comments on commit 7601b25

Please sign in to comment.