Skip to content

Commit

Permalink
reenable parallel deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed May 3, 2022
1 parent 4b70484 commit f588e90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,15 @@ config = {
"suites": [
"apiShareManagement",
],
# The tests fail after the storage config changes
# They will be fixed later.
"skip": True,
"skip": False,
"earlyFail": True,
"cron": "nightly",
},
"apiWebdav": {
"suites": [
"apiWebdavOperations",
],
# The tests fail after the storage config changes
# They will be fixed later.
"skip": True,
"skip": False,
"earlyFail": True,
"cron": "nightly",
},
Expand Down

0 comments on commit f588e90

Please sign in to comment.