From 462ee504e461e2932d52062c19cbc53edde56daa Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Mon, 6 Sep 2021 16:15:31 +0200 Subject: [PATCH] Disable vnc test. It used to be broken / very instable. Moreover, dirinstall with vnc seems to be broken in a new way currently. --- plans/dirinstall.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plans/dirinstall.fmf b/plans/dirinstall.fmf index 73038fd..395ae8a 100644 --- a/plans/dirinstall.fmf +++ b/plans/dirinstall.fmf @@ -8,11 +8,11 @@ prepare: package: - anaconda # gnome-kiosk is required for "vnc" mode - - gnome-kiosk +# - gnome-kiosk execute: script: - ANACONDA_UI_MODE=text plans/dirinstall.sh - plans/show_logs.sh - - ANACONDA_UI_MODE=vnc plans/dirinstall.sh - - plans/show_logs.sh +# - ANACONDA_UI_MODE=vnc plans/dirinstall.sh +# - plans/show_logs.sh - journalctl -a