Skip to content

Commit

Permalink
Run TestSelect_forwarder sequentially
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art committed Dec 5, 2023
1 parent 6cc124b commit 892ba10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests_calico-vpp/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ func (s *featuresSuite) BeforeTest(suiteName, testName string) {
}

func TestRunFeatureSuiteCalico(t *testing.T) {
parallel.Run(t, new(featuresSuite), "TestVl3_basic", "TestVl3_dns", "TestScale_from_zero", "TestVl3_scale_from_zero")
parallel.Run(t, new(featuresSuite), "TestVl3_basic", "TestVl3_dns", "TestScale_from_zero", "TestVl3_scale_from_zero", "TestSelect_forwarder")
}
2 changes: 1 addition & 1 deletion tests_default/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ func TestRunObservabilitySuite(t *testing.T) {
}

func TestFeatureSuite(t *testing.T) {
parallel.Run(t, new(features.Suite), "TestVl3_basic", "TestVl3_dns", "TestScale_from_zero", "TestVl3_scale_from_zero")
parallel.Run(t, new(features.Suite), "TestVl3_basic", "TestVl3_dns", "TestScale_from_zero", "TestVl3_scale_from_zero", "TestSelect_forwarder")
}

0 comments on commit 892ba10

Please sign in to comment.