chore: skip env in config test in 3k

This commit is contained in:
jamesread 2025-11-10 23:17:53 +00:00
parent de7129e1d7
commit 67a9d3b1d1
1 changed files with 2 additions and 0 deletions

View File

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