From 9b66d1321e283d1971d96ff757d54cb8f8037da2 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 7 May 2020 16:09:18 -0500 Subject: enable rootless integration testing Signed-off-by: Brent Baude --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 7400ae0a8..10e78404a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -523,7 +523,6 @@ integration_test_temporary_task: # This task executes tests under unique environments/conditions special_testing_rootless_task: - skip: $CI == 'true' depends_on: - "gating" - "varlink_api" @@ -539,9 +538,10 @@ special_testing_rootless_task: ADD_SECOND_PARTITION: 'true' SPECIALMODE: 'rootless' # See docs matrix: - - name: remote - env: - TEST_REMOTE_CLIENT: 'true' + # FIX ME ... + #- name: remote + # env: + # TEST_REMOTE_CLIENT: 'true' - name: local env: TEST_REMOTE_CLIENT: 'false' -- cgit v1.2.3-54-g00ecf