Remove webui before dirinstall gating tests
Webui forces itself if present. However, right now it does not support pretty much anything, including the functionality needed for the dirinstall gating tests.
This commit is contained in:
parent
56aa434615
commit
1894ca2c6d
@ -1,5 +1,10 @@
|
||||
#!/bin/sh -eux
|
||||
|
||||
# Remove webui because it does not support much anything yet
|
||||
|
||||
# Possible alternative: rpm -E --nodeps anaconda-webui
|
||||
dnf remove -y anaconda-webui
|
||||
|
||||
|
||||
# Prepare test work directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user