Skip to content

Commit 20126df

Browse files
authored
Mark tap integration tests as flakey (#621)
The `tap::grpc_headers_end` test is flakey in CI.
1 parent 4982937 commit 20126df

File tree

1 file changed

+1
-0
lines changed
  • linkerd/app/integration/tests

1 file changed

+1
-0
lines changed

linkerd/app/integration/tests/tap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ async fn inbound_http1() {
159159
}
160160

161161
#[tokio::test]
162+
#[cfg_attr(not(feature = "flaky_tests"), ignore)]
162163
async fn grpc_headers_end() {
163164
let _trace = trace_init();
164165

0 commit comments

Comments
 (0)