diff --git a/test/db.go b/test/db.go index 09536822c..fecae5d48 100644 --- a/test/db.go +++ b/test/db.go @@ -33,7 +33,7 @@ var DBTypeSQLite DBType = 1 var DBTypePostgres DBType = 2 var Quiet = false -var Required = os.Getenv("DENDRITE_SKIP_DB_TESTS") == "" +var Required = os.Getenv("DENDRITE_TEST_SKIP_NODB") == "" func fatalError(t *testing.T, format string, args ...interface{}) { if Required {