mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-02 03:28:05 -04:00
don't skip the parallel deployment anymore
This commit is contained in:
@@ -60,7 +60,7 @@ config = {
|
||||
"suites": [
|
||||
"apiShareManagement",
|
||||
],
|
||||
"skip": True,
|
||||
"skip": False,
|
||||
"earlyFail": True,
|
||||
"cron": "nightly",
|
||||
},
|
||||
@@ -68,7 +68,7 @@ config = {
|
||||
"suites": [
|
||||
"apiWebdavOperations",
|
||||
],
|
||||
"skip": True,
|
||||
"skip": False,
|
||||
"earlyFail": True,
|
||||
"cron": "nightly",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user