Skip to content

Commit

Permalink
Merge pull request #341 from networkservicemesh/exclude-vl3
Browse files Browse the repository at this point in the history
Add vl3 tests to excluded tests
  • Loading branch information
denis-tingaikin authored Aug 6, 2024
2 parents 7d7d667 + 48919c6 commit 59d4702
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 59d4702

Please sign in to comment.