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/dgrep_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'integrationtests-old/dgrep_test.go') diff --git a/integrationtests-old/dgrep_test.go b/integrationtests-old/dgrep_test.go index 943f99e..c91ba70 100644 --- a/integrationtests-old/dgrep_test.go +++ b/integrationtests-old/dgrep_test.go @@ -9,7 +9,7 @@ import ( ) func TestDGrep1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -38,7 +38,7 @@ func TestDGrep1(t *testing.T) { } func TestDGrep2(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -68,7 +68,7 @@ func TestDGrep2(t *testing.T) { } func TestDGrepContext1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -98,7 +98,7 @@ func TestDGrepContext1(t *testing.T) { } func TestDGrepContext2(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