diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 766196d1cd..5a5110001d 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -676,7 +676,7 @@ func runTest(t *testing.T, if _, ok := Ignored[relPath]; ok { continue } - if config.CompiledIgnoreObject.MatchesPath(relPath) { + if config.CompiledIgnoreObject.MatchesPath(relPath) && !strings.HasPrefix(relPath, "out") { continue } if strings.HasPrefix(filepath.Base(relPath), "LOG") {