Skip to content

Commit

Permalink
test: drop pybridge allowed messages
Browse files Browse the repository at this point in the history
These landed in Cockpit a long time ago and our cockpit-lib should be
up to date enough by now.
  • Loading branch information
jelly authored and martinpitt committed Sep 5, 2023
1 parent 2707fec commit 8339e53
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ export RUN_TESTS_OPTIONS=--track-naughties
# linters are off by default for production builds, but we want to run them in CI
export LINT=1

# HACK: drop when we have updated COCKPIT_REPO_COMMIT to https://github.com/cockpit-project/cockpit/commit/3d789f473fd40cafc6eb5ffc2bbb6d1707a6ad72
PYBRIDGE_MESSAGES="[eE]xception ignored in:.*DBusChannel.setup_path_watch.*,Traceback .*most recent call last.*,File .*,async with self.watch_processing_lock:"
PYBRIDGE_MESSAGES="${PYBRIDGE_MESSAGES},self.release.*,self._wake_up_first.*,fut.set_result.*,self._check_closed.*,raise RuntimeError.*,RuntimeError: Event loop is closed"

export TEST_ALLOW_JOURNAL_MESSAGES=$PYBRIDGE_MESSAGES

TEST_SCENARIO=${TEST_SCENARIO:-}

if [ "$TEST_SCENARIO" == "devel" ]; then
Expand Down

0 comments on commit 8339e53

Please sign in to comment.