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 <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art committed Sep 27, 2023
1 parent 375eab0 commit 1501f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
)

func TestRunFeatureSuite(t *testing.T) {
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")
}

func TestRunBasicSuite(t *testing.T) {
Expand Down

0 comments on commit 1501f2c

Please sign in to comment.