uitests: Drop hotplug work around, f38 libvirt is fixed now

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2023-05-24 12:01:46 -04:00
parent 6258d53689
commit 7cd6151a21

View File

@ -471,15 +471,6 @@ def _testLiveHotplug(app, fname):
lib.utils.check(lambda: tab.showing)
entry.set_text(fname)
appl.click()
# pylint: disable=unreachable
import dogtail.tree
try:
# F38 CDROM change is broken:
# https://gitlab.com/qemu-project/qemu/-/issues/933
app.click_alert_button("changes will take effect", "OK")
return
except dogtail.tree.SearchError:
pass
lib.utils.check(lambda: not appl.sensitive)
lib.utils.check(lambda: entry.text == fname)