Skip to content

Commit

Permalink
temporarily disable parallel deployment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jan 12, 2022
1 parent c643b0e commit c87abdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ config = {
"suites": [
"apiShareManagement",
],
"skip": False,
"skip": True
"earlyFail": True,
"cron": "nightly",
},
"apiWebdav": {
"suites": [
"apiWebdavOperations",
],
"skip": False,
"skip": True,
"earlyFail": True,
"cron": "nightly",
},
Expand Down

0 comments on commit c87abdd

Please sign in to comment.