From c58a81e7c215402e326c601404dabbc25821988c Mon Sep 17 00:00:00 2001 From: Egon Elbre Date: Mon, 3 Jan 2022 15:54:15 +0200 Subject: [PATCH] testsuite/ui: disable flaky UI tests Currently UI tests are always failing. Disable them for now, since they do not add any useful signal to the result. Change-Id: Ifa4a5c70cb6954e355fa9f26912fb0ce03a62ddc --- Jenkinsfile.public | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.public b/Jenkinsfile.public index c6a9433b8..ec059849e 100644 --- a/Jenkinsfile.public +++ b/Jenkinsfile.public @@ -365,7 +365,7 @@ pipeline { } } } - +/* stage('UI') { when { anyOf { @@ -399,7 +399,7 @@ pipeline { } } } - +*/ stage('Post') { parallel { stage('Lint') {