Revert "reenable parallel deployment tests"

This reverts commit f588e90e23.
This commit is contained in:
Jörn Friedrich Dreyer
2022-05-03 18:56:01 +00:00
parent 39cc17bb36
commit 3d2c80432f

View File

@@ -110,7 +110,9 @@ config = {
"suites": [
"apiShareManagement",
],
"skip": False,
# The tests fail after the storage config changes
# They will be fixed later.
"skip": True,
"earlyFail": True,
"cron": "nightly",
},
@@ -118,7 +120,9 @@ config = {
"suites": [
"apiWebdavOperations",
],
"skip": False,
# The tests fail after the storage config changes
# They will be fixed later.
"skip": True,
"earlyFail": True,
"cron": "nightly",
},