Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
oops, misread failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaudill committed Jun 7, 2024
1 parent 5be8c3e commit c53a820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/force-auto.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit c53a820

Please sign in to comment.