Skip to content

Commit

Permalink
Correction of fix #1429 (ignore wayland warning on Gnome) (#1484)
Browse files Browse the repository at this point in the history
Co-authored-by: aryoda <11374410+aryoda@users.noreply.github.com>
  • Loading branch information
aryoda and aryoda authored Jul 22, 2023
1 parent 71c9657 commit 3269e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/test/test_backintime.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_local_snapshot_is_successful(self):
"WARNING: D-Bus message:",
"WARNING: Udev-based profiles cannot be changed or checked",
"WARNING: Inhibit Suspend failed",
"Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway"
"Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway"
]

line_contains_to_exclude = [
Expand Down

0 comments on commit 3269e34

Please sign in to comment.