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
This commit is contained in:
Egon Elbre 2022-01-03 15:54:15 +02:00
parent 1bd74658df
commit c58a81e7c2

View File

@ -365,7 +365,7 @@ pipeline {
}
}
}
/*
stage('UI') {
when {
anyOf {
@ -399,7 +399,7 @@ pipeline {
}
}
}
*/
stage('Post') {
parallel {
stage('Lint') {