Skip to content

Commit 12e4ca8

Browse files
committed
Skip storage test on OpenShift because of hostpath
1 parent 011b7e3 commit 12e4ca8

File tree

1 file changed

+5
-0
lines changed
  • e2e-tests/storage

1 file changed

+5
-0
lines changed

e2e-tests/storage/run

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ test_dir=$(realpath $(dirname $0))
66
. ${test_dir}/../functions
77
set_debug
88

9+
if [ -n "${OPENSHIFT}" ]; then
10+
echo "This test is not supported on OpenShift because hostpath is not allowed by default"
11+
exit 0
12+
fi
13+
914
check_cr_config() {
1015
local cluster="$1"
1116

0 commit comments

Comments
 (0)