Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/assets/common_versions.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH="release-4.${{MINOR_VERSION}}"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="61613d96c91db7b2907c24dd257075d3f2201991"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="b28bd22e0778a177887dfafe556c61ab354e9bfe"
export OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH
export OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT
2 changes: 1 addition & 1 deletion test/bin/common_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ export BREW_LREL_RELEASE_VERSION

# Branch and commit for the openshift-tests-private repository
OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH="release-4.${MINOR_VERSION}"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="61613d96c91db7b2907c24dd257075d3f2201991"
OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT="b28bd22e0778a177887dfafe556c61ab354e9bfe"
export OPENSHIFT_TESTS_PRIVATE_REPO_BRANCH
export OPENSHIFT_TESTS_PRIVATE_REPO_COMMIT
3 changes: 0 additions & 3 deletions test/bin/scenario.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1198,9 +1198,6 @@ run_ginkgo_tests() {
echo "Running Ginkgo tests with MicroShift filter..."
fi

echo "----------------Remove 62738 test case---------------"
sed -i "/62738/d" "${case_selected}"
echo "-----------------------------------------------------"
echo "------------------Selected test cases------------------"
cat "${case_selected}"
echo "-----------------------------------------------------"
Expand Down