mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
uitests: Drop hotplug work around, f38 libvirt is fixed now
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
6258d53689
commit
7cd6151a21
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user