Parcourir la source

chore: skip env in config test in 3k

jamesread il y a 7 mois
Parent
commit
67a9d3b1d1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      service/internal/config/config_reloader_test.go

+ 2 - 0
service/internal/config/config_reloader_test.go

@@ -90,6 +90,8 @@ var envConfigTests = []struct {
 }
 
 func TestEnvInConfig(t *testing.T) {
+	t.Skip("Skipping test in 3k")
+
 	for _, tt := range envConfigTests {
 		cfg := DefaultConfig()
 		setIfNotEmpty("INPUT", tt.input)