Skip to content

Commit

Permalink
NXP-32027: Tmp disable ftests
Browse files Browse the repository at this point in the history
  • Loading branch information
guirenard committed Sep 1, 2023
1 parent 080d751 commit 7fc6b3b
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 @@ -143,6 +143,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}-retention-${BRANCH_NAME}-${BUILD_NUMBER}-ftests".replaceAll('\\.', '-').toLowerCase()
def nuxeoParentVersion = readMavenPom().getParent().getVersion()
Expand All @@ -156,6 +158,7 @@ pipeline {
}
}
}
*/
}
}
}
Expand Down

0 comments on commit 7fc6b3b

Please sign in to comment.