Skip to content

Commit

Permalink
Ignore tcp_fluent test (#756)
Browse files Browse the repository at this point in the history
When run locally this test passes but it fails to operate in CI. Other tests
cover similar needs but without the use of TCP. Set this test to ignore.

REF SMPTNG-94

Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt authored Dec 1, 2023
1 parent 7cb4ee8 commit 5bbebac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/sheepdog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ generator:
Ok(())
}

#[ignore]
#[tokio::test]
async fn tcp_fluent() -> Result<(), anyhow::Error> {
let test = IntegrationTest::new(
Expand Down

0 comments on commit 5bbebac

Please sign in to comment.