Skip to content

Commit

Permalink
Exclude 'testFactoryResolverNoPatOAuth' from the test
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Sep 7, 2023
1 parent 363403a commit db21b55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/openshift-ci/test-azure-no-pat-oauth-flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ source "${SCRIPT_DIR}"/common.sh
trap "catchFinish" EXIT SIGINT

setupTestEnvironment ${OCP_NON_ADMIN_USER_NAME}
testFactoryResolverNoPatOAuth ${PUBLIC_REPO_URL} ${PRIVATE_REPO_URL}
# due to the issue https://github.com/eclipse/che/issues/22469
# testFactoryResolverNoPatOAuth ${PUBLIC_REPO_URL} ${PRIVATE_REPO_URL}
testClonePublicRepoNoPatOAuth ${PUBLIC_REPO_WORKSPACE_NAME} ${PUBLIC_PROJECT_NAME} ${PUBLIC_REPO_URL} ${USER_CHE_NAMESPACE}
testClonePrivateRepoNoPatOAuth ${PRIVATE_REPO_WORKSPACE_NAME} ${PRIVATE_PROJECT_NAME} ${PRIVATE_REPO_URL} ${USER_CHE_NAMESPACE}

0 comments on commit db21b55

Please sign in to comment.