Drop abrt handling in privacy page entirely
All checks were successful
CI via Tox and perl / tox (pull_request) Successful in 2m26s
CI via Tox and perl / perl (pull_request) Successful in 4m47s
CI via Tox and perl / checkwiki (pull_request) Successful in 33s

abrt has been removed from Workstation now, so let's just not
expect it here at all.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-04-30 12:51:29 -07:00
commit e37761af0d
8 changed files with 0 additions and 71 deletions

View file

@ -1,20 +0,0 @@
{
"properties": [],
"tags": [
"gis_radio_reporting_enable"
],
"area": [
{
"xpos": 233,
"ypos": 338,
"width": 556,
"height": 32,
"type": "match",
"match": "90",
"click_point": {
"xpos": 525,
"ypos": 12
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

View file

@ -1,16 +0,0 @@
{
"area": [
{
"xpos": 234,
"ypos": 338,
"width": 558,
"height": 31,
"type": "match",
"match": 90
}
],
"properties": [],
"tags": [
"gis_reporting_enabled"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View file

@ -1,19 +0,0 @@
{
"area": [
{
"width": 558,
"height": 31,
"type": "match",
"ypos": 338,
"xpos": 234,
"click_point": {
"xpos": 523,
"ypos": 13.5
}
}
],
"properties": [],
"tags": [
"gis_reporting_enabled"
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View file

@ -60,14 +60,6 @@ sub handle_privacy {
record_soft_failure("Geoservices are not enabled by default which was expected.");
assert_and_click("gis_radio_geoservice_enable");
}
# Skip this test on Silverblue
unless (get_var("CANNED")) {
unless (check_screen("gis_reporting_enabled", 5)) {
record_soft_failure("Autoreporting is not enabled by default which was expected.");
assert_and_click("gis_radio_reporting_enable");
}
}
# Disable automatic reporting to test that we can turn options off
assert_and_click("gis_radio_geoservice_disable");

View file

@ -107,14 +107,6 @@ sub run {
qr/^LANG=cs_CZ\.UTF-8$/m
);
}
# Check that automatic reporting is enabled when not in Silverblue.
unless (get_var('CANNED')) {
assert_as_user_eq($user,
q{gsettings get org.gnome.desktop.privacy report-technical-problems},
'true'
);
}
}
sub test_flags {