From 2fc91487ca3ff83c07efdba7f131545a9e3e4f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Thu, 6 Jun 2024 15:59:04 +0200 Subject: [PATCH] test(integration): only run routing tests on latest K8s It's not necessary to run these in all K8s versions. --- .../integration/helm_ot_routing_additional_partially_test.go | 4 ++-- tests/integration/helm_ot_routing_partial_test.go | 4 ++-- tests/integration/helm_ot_routing_test.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/integration/helm_ot_routing_additional_partially_test.go b/tests/integration/helm_ot_routing_additional_partially_test.go index 938bcadb48..60c1a5b867 100644 --- a/tests/integration/helm_ot_routing_additional_partially_test.go +++ b/tests/integration/helm_ot_routing_additional_partially_test.go @@ -1,5 +1,5 @@ -//go:build allversions -// +build allversions +//go:build onlylatest +// +build onlylatest package integration diff --git a/tests/integration/helm_ot_routing_partial_test.go b/tests/integration/helm_ot_routing_partial_test.go index 5b285d7f7b..722f2e4a67 100644 --- a/tests/integration/helm_ot_routing_partial_test.go +++ b/tests/integration/helm_ot_routing_partial_test.go @@ -1,5 +1,5 @@ -//go:build allversions -// +build allversions +//go:build onlylatest +// +build onlylatest package integration diff --git a/tests/integration/helm_ot_routing_test.go b/tests/integration/helm_ot_routing_test.go index 32e6235ef2..c8d222cad9 100644 --- a/tests/integration/helm_ot_routing_test.go +++ b/tests/integration/helm_ot_routing_test.go @@ -1,5 +1,5 @@ -//go:build allversions -// +build allversions +//go:build onlylatest +// +build onlylatest package integration