diff options
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 } |
