Skip to content

Commit b5ff299

Browse files
committed
K8SPSMDB-1224: skip demand-backup-fs test on Openshift
1 parent c7e3eae commit b5ff299

File tree

1 file changed

+5
-0
lines changed
  • e2e-tests/demand-backup-fs

1 file changed

+5
-0
lines changed

e2e-tests/demand-backup-fs/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 [[ "${OPENSHIFT}" ]]; then
10+
echo "This test is not supported on OpenShift due to nfs privileged. See K8SPSMDB-1262"
11+
exit 0
12+
fi
13+
914
deploy_nfs_server() {
1015
kubectl_bin create namespace storage
1116
kubectl_bin apply -n storage -f ${test_dir}/conf/nfs-server.yaml

0 commit comments

Comments
 (0)