diff --git a/mantle/kola/harness.go b/mantle/kola/harness.go index 674dcc09ca..0f87ba357f 100644 --- a/mantle/kola/harness.go +++ b/mantle/kola/harness.go @@ -611,8 +611,6 @@ func filterTests(tests map[string]*register.Test, patterns []string, pltfrm stri if allowed, excluded := isAllowed(QEMUOptions.Firmware, t.Firmwares, t.ExcludeFirmwares); !allowed || excluded { continue } - - } // Check native tests for arch-specific and distro-specfic exclusion