diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-01 16:46:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-01 16:46:35 +0300 |
| commit | de974de3d8f4ed38ff7fac6447fdcfec2c00cfc1 (patch) | |
| tree | 4b52d669bb79593a745712b3aa21b572bfbe458c /integrationtests-old/dserver_test.go | |
| parent | 35c3ce0bbf631c29f54cf21d651bd7664badea14 (diff) | |
dont run old tests by default
Diffstat (limited to 'integrationtests-old/dserver_test.go')
| -rw-r--r-- | integrationtests-old/dserver_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
