Merge pull request #6347 from rhatdan/build

Enable rootless tests for podman remote
This commit is contained in:
OpenShift Merge Robot
2020-05-22 18:42:32 +02:00
committed by GitHub

View File

@ -492,10 +492,9 @@ special_testing_rootless_task:
ADD_SECOND_PARTITION: 'true'
SPECIALMODE: 'rootless' # See docs
matrix:
# FIX ME ...
#- name: remote
# env:
# TEST_REMOTE_CLIENT: 'true'
- name: remote
env:
TEST_REMOTE_CLIENT: 'true'
- name: local
env:
TEST_REMOTE_CLIENT: 'false'