use separate known_failures for ARM
This commit is contained in:
parent
ed25596bca
commit
fddde0293b
@ -392,7 +392,7 @@ class ToTestBase(object):
|
||||
|
||||
def known_failures_from_dashboard(self, project):
|
||||
known_failures = []
|
||||
if self.project in ("Factory:PowerPC", "Factory:ARM"):
|
||||
if self.project == "Factory:PowerPC":
|
||||
project = "Factory"
|
||||
else:
|
||||
project = self.project
|
||||
|
Loading…
x
Reference in New Issue
Block a user