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/dserver_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integrationtests-old/dserver_test.go') diff --git a/integrationtests-old/dserver_test.go b/integrationtests-old/dserver_test.go index eaca23b..9cbbfc6 100644 --- a/integrationtests-old/dserver_test.go +++ b/integrationtests-old/dserver_test.go @@ -12,7 +12,7 @@ import ( ) func TestDServer1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -60,7 +60,7 @@ func TestDServer1(t *testing.T) { } func TestDServer2(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