Skip to content

Commit

Permalink
Flexible pipeline 2 patch
Browse files Browse the repository at this point in the history
Signed-off-by: Hongliang Liu <[email protected]>
  • Loading branch information
hongliangl committed Dec 6, 2021
1 parent 6554840 commit 168f17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/traceflow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,9 @@ func testTraceflowInterNode(t *testing.T, data *TestData) {
for _, tc := range testcases {
tc := tc
t.Run(tc.name, func(t *testing.T) {
if tc.name == "hairpinServiceTraceflowIPv4" {
skipIfProviderIs(t, "kind", "There is a bug of OVS in netdev mode for running this test")
}
t.Parallel()
runTestTraceflow(t, data, tc)
})
Expand Down

0 comments on commit 168f17b

Please sign in to comment.