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:
parent
1bd74658df
commit
c58a81e7c2
@ -365,7 +365,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
stage('UI') {
|
||||
when {
|
||||
anyOf {
|
||||
@ -399,7 +399,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
stage('Post') {
|
||||
parallel {
|
||||
stage('Lint') {
|
||||
|
Loading…
Reference in New Issue
Block a user