Skip to content

Commit

Permalink
ignore apt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aciba90 committed Jan 2, 2024
1 parent d345aca commit cc4864c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration_tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def verify_clean_log(log: str, ignore_deprecations: bool = True):
# Ubuntu lxd storage
"thinpool by default on Ubuntu due to LP #1982780",
"WARNING]: Could not match supplied host pattern, ignoring:",
# Old Ubuntu cloud-images contain /etc/apt/sources.list
"WARNING]: Disabling /etc/apt/sources.list to favor deb822 source"
" format",
]
traceback_texts = []
if "install canonical-livepatch" in log:
Expand Down

0 comments on commit cc4864c

Please sign in to comment.