diff --git a/test/conformance/behaviors/behaviors_test.go b/test/conformance/behaviors/behaviors_test.go index 6bec6bdcbbb..b3f7163314e 100644 --- a/test/conformance/behaviors/behaviors_test.go +++ b/test/conformance/behaviors/behaviors_test.go @@ -56,7 +56,7 @@ func validateSuite(path string, t *testing.T) { if err != nil { t.Errorf("%q", err.Error()) } - err = yaml.UnmarshalStrict(yamlFile, &suite) + err = yaml.Unmarshal(yamlFile, &suite) if err != nil { t.Errorf("%q", err.Error())