diff --git a/.drone.star b/.drone.star index 54021c12d..ed3c540e8 100644 --- a/.drone.star +++ b/.drone.star @@ -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", },