Disable vnc test.

It used to be broken / very instable. Moreover, dirinstall with vnc
seems to be broken in a new way currently.
This commit is contained in:
Radek Vykydal 2021-09-06 16:15:31 +02:00
parent 37897686ef
commit 462ee504e4

View File

@ -8,11 +8,11 @@ prepare:
package: package:
- anaconda - anaconda
# gnome-kiosk is required for "vnc" mode # gnome-kiosk is required for "vnc" mode
- gnome-kiosk # - gnome-kiosk
execute: execute:
script: script:
- ANACONDA_UI_MODE=text plans/dirinstall.sh - ANACONDA_UI_MODE=text plans/dirinstall.sh
- plans/show_logs.sh - plans/show_logs.sh
- ANACONDA_UI_MODE=vnc plans/dirinstall.sh # - ANACONDA_UI_MODE=vnc plans/dirinstall.sh
- plans/show_logs.sh # - plans/show_logs.sh
- journalctl -a - journalctl -a