From de974de3d8f4ed38ff7fac6447fdcfec2c00cfc1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 Jul 2025 16:46:35 +0300 Subject: dont run old tests by default --- integrationtests-old/dtail_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integrationtests-old/dtail_test.go') diff --git a/integrationtests-old/dtail_test.go b/integrationtests-old/dtail_test.go index 752dafb..7eb9f5e 100644 --- a/integrationtests-old/dtail_test.go +++ b/integrationtests-old/dtail_test.go @@ -12,7 +12,7 @@ import ( ) func TestDTailWithServer(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -130,7 +130,7 @@ func TestDTailWithServer(t *testing.T) { } func TestDTailColorTable(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } -- cgit v1.2.3