Drop abrt handling in privacy page entirely
Some checks failed
CI via Tox and perl / tox (pull_request) Failing after 1m42s
CI via Tox and perl / perl (pull_request) Successful in 3m55s
CI via Tox and perl / checkwiki (pull_request) Successful in 1m12s

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 9122affa2c
5 changed files with 0 additions and 44 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

@ -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");