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/dmap_test.go | |
| parent | 35c3ce0bbf631c29f54cf21d651bd7664badea14 (diff) | |
dont run old tests by default
Diffstat (limited to 'integrationtests-old/dmap_test.go')
| -rw-r--r-- | integrationtests-old/dmap_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/integrationtests-old/dmap_test.go b/integrationtests-old/dmap_test.go index f772243..e4fef8b 100644 --- a/integrationtests-old/dmap_test.go +++ b/integrationtests-old/dmap_test.go @@ -10,7 +10,7 @@ import ( ) func TestDMap1(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -97,7 +97,7 @@ func testDmap1(t *testing.T, query, subtestName string, usePipe bool) error { } func TestDMap2(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -134,7 +134,7 @@ func TestDMap2(t *testing.T) { } func TestDMap3(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -191,7 +191,7 @@ func TestDMap3(t *testing.T) { } func TestDMap4Append(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } @@ -247,7 +247,7 @@ func TestDMap4Append(t *testing.T) { } func TestDMap5CSV(t *testing.T) { - if !config.Env("DTAIL_INTEGRATION_TEST_RUN_MODE") { + if !config.Env("DTAIL_OLD_INTEGRATION_TEST_RUN_MODE") { t.Log("Skipping") return } |
