diff --git a/.drone.star b/.drone.star index 68f39c0c589..5f25f20e38b 100644 --- a/.drone.star +++ b/.drone.star @@ -94,7 +94,7 @@ config = { "ocis", ], "cs3ApiTests": { - "skip": False, + "skip": True, "earlyFail": True, }, "localApiTests": { @@ -1878,6 +1878,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = user = "0:0" environment = { "OCIS_URL": OCIS_URL, + "REVA_GATEWAY_TLS_MODE": "insecure", + "OCIS_GRPC_TLS_ENABLED": True, "OCIS_CONFIG_DIR": "/root/.ocis/config", "GATEWAY_GRPC_ADDR": "0.0.0.0:9142", # cs3api-validator needs the cs3api gatway exposed "STORAGE_USERS_DRIVER": "%s" % (storage),