Przeglądaj źródła

chore: skip env in config test in 3k

jamesread 7 miesięcy temu
rodzic
commit
67a9d3b1d1
1 zmienionych plików z 2 dodań i 0 usunięć
  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)