We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3a77d commit 10918dfCopy full SHA for 10918df
pkg/config/config_test.go
@@ -147,6 +147,9 @@ func (s *ConfigSuite) TestReadConfigValid() {
147
}
148
149
func (s *ConfigSuite) TestReadConfigValidPreservesDefaultsForMissingFields() {
150
+ if HasDefaultOverrides() {
151
+ s.T().Skip("Skipping test because default configuration overrides are present (this is a downstream fork)")
152
+ }
153
validConfigPath := s.writeConfig(`
154
port = "1337"
155
`)
0 commit comments