Skip to content

Commit

Permalink
Merge pull request #442 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 7, 2024
2 parents 4e47126 + e140310 commit 77666d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ func TestRunFeatureSuite(t *testing.T) {
parallel.WithRunningTestsSynchronously(
featuresSuite.TestScale_from_zero,
featuresSuite.TestVl3_dns,
featuresSuite.TestVl3_scale_from_zero,
featuresSuite.TestNse_composition,
featuresSuite.TestSelect_forwarder))
featuresSuite.TestSelect_forwarder,
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 77666d5

Please sign in to comment.