Skip to content

Commit

Permalink
Exclude TestVl3_lb from parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art committed Sep 26, 2023
1 parent 896f5bc commit e693717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_single/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ func TestRunFeatureSuite(t *testing.T) {
if *calicoFlag {
suite.Run(t, new(calicoFeatureSuite))
} else {
parallel.Run(t, new(features.Suite), "TestScale_from_zero", "TestVl3_dns", "TestVl3_scale_from_zero", "TestNse_composition", "TestSelect_forwarder")
parallel.Run(t, new(features.Suite), "TestScale_from_zero", "TestVl3_dns", "TestVl3_scale_from_zero", "TestVl3_lb", "TestNse_composition", "TestSelect_forwarder")
}
}

0 comments on commit e693717

Please sign in to comment.