Skip to content

Commit

Permalink
test: TestJournal.testAbrtReport is flaky with Python
Browse files Browse the repository at this point in the history
It manages to pass sometimes.
  • Loading branch information
mvollmer committed Jan 4, 2023
1 parent b15528c commit 4a46991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-system-journal
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ ExecStart=/bin/sh -c 'sleep 5; for s in $(seq 10); do echo SLOW; sleep 0.1; done
"ubuntu-2204", "fedora-coreos", "rhel-8-7", "rhel-8-8", "rhel-9-1", "rhel-9-2", "centos-8-stream",
"arch")
@nondestructive
@todoPybridge()
@todoPybridge(flaky=True)
def testAbrtReport(self):
# The testing server is located at verify/files/mock-faf-server.py
# Adjust Handler.known for for the expected succession of known/unknown problems
Expand Down

0 comments on commit 4a46991

Please sign in to comment.