Skip to content

Commit

Permalink
add all vl3 tests to excluded tests
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Aug 6, 2024
1 parent 219b5e9 commit 9f368cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ func TestRunFeatureSuite(t *testing.T) {
featuresSuite.TestNse_composition,
featuresSuite.TestSelect_forwarder,
featuresSuite.TestVl3_dns,
featuresSuite.TestVl3_scale_from_zero))
featuresSuite.TestVl3_scale_from_zero,
featuresSuite.TestVl3_ipv6,
featuresSuite.TestVl3_dual_stack,
featuresSuite.TestVl3_lb,
featuresSuite.TestScaled_registry))
}

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

0 comments on commit 9f368cf

Please sign in to comment.