diff --git a/test/force-auto.py.in b/test/force-auto.py.in index 60575e4c1..b1ef7ec4b 100644 --- a/test/force-auto.py.in +++ b/test/force-auto.py.in @@ -123,7 +123,7 @@ class Test(abc.ABC): return # targeted skip, see issue #1904 if ((self.base == "quay.io/centos/centos:stream8" and self.run == Run.NEEDED and self.force == "seccomp" and not self.preprep) - or (self.base == "fedora:26" and self.run == Run.NEEDED and self.force == "fakeroot" and not self.preprep)): + or (self.base == "fedora:26" and self.run == Run.NEEDED and self.force == "seccomp" and not self.preprep)): skip = "skip 'see issue #1904'" else: skip = ""