Skip to content

Commit

Permalink
test(integration): only run routing tests on latest K8s
Browse files Browse the repository at this point in the history
It's not necessary to run these in all K8s versions.
  • Loading branch information
swiatekm committed Jun 6, 2024
1 parent 1c15998 commit 2fc9148
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build allversions
// +build allversions
//go:build onlylatest
// +build onlylatest

package integration

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/helm_ot_routing_partial_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build allversions
// +build allversions
//go:build onlylatest
// +build onlylatest

package integration

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/helm_ot_routing_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build allversions
// +build allversions
//go:build onlylatest
// +build onlylatest

package integration

Expand Down

0 comments on commit 2fc9148

Please sign in to comment.