Skip to content

Commit

Permalink
NXP-32093: Tmp disable ftests waiting for web-ui ftest framework node…
Browse files Browse the repository at this point in the history
…js 18 upgrade
  • Loading branch information
guirenard committed Sep 27, 2023
1 parent 0ac6b9d commit d618155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/Jenkinsfiles/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ pipeline {
}
}
nxWithGitHubStatus(context: 'ftests') {
echo "Functional tests are disabled (https://jira.nuxeo.com/browse/WEBUI-1260 and https://jira.nuxeo.com/browse/WEBUI-1252)"
/*
script {
def testNamespace = "${CURRENT_NAMESPACE}-coldstorage-${BRANCH_NAME}-${BUILD_NUMBER}-ftests".replaceAll('\\.', '-').toLowerCase()
def nuxeoParentVersion = readMavenPom().getParent().getVersion()
Expand All @@ -177,6 +179,7 @@ pipeline {
}
}
}
*/
}
}
}
Expand Down

0 comments on commit d618155

Please sign in to comment.