reenable parallel deployment tests

This commit is contained in:
Willy Kloucek
2022-04-26 15:34:16 +02:00
parent 4b70484c8f
commit f588e90e23

View File

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