Source code
Revision control
Copy as Markdown
Other Tools
[DEFAULT]
subsuite = "integration"
tags = "os_integration"
run-if = [
"buildapp == 'browser'",
]
["test_backup.py"]
support-files = ["http2-ca.pem"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]
["test_backup_legacy_to_selectable.py"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]
["test_backup_replace_current_profile.py"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]
["test_backup_selectable_to_legacy.py"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]
["test_backup_selectable_to_selectable.py"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]
["test_compatibility.py"]
support-files = [
"compat-files/backups/v1_backup.html",
"compat-files/backups/v2_legacy_backup.html",
"compat-files/backups/v2_selectable_backup.html"]
skip-if = [
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # 1924781: Gnome keyring not unlocked
]