summaryrefslogtreecommitdiff
path: root/integrationtests-old/dtail_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-01 16:46:35 +0300
committerPaul Buetow <paul@buetow.org>2025-07-01 16:46:35 +0300
commitde974de3d8f4ed38ff7fac6447fdcfec2c00cfc1 (patch)
tree4b52d669bb79593a745712b3aa21b572bfbe458c /integrationtests-old/dtail_test.go
parent35c3ce0bbf631c29f54cf21d651bd7664badea14 (diff)
dont run old tests by default
Diffstat (limited to 'integrationtests-old/dtail_test.go')
-rw-r--r--integrationtests-old/dtail_test.go4
1 files changed, 2 insertions, 2 deletions
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
}