Skip to content

Commit

Permalink
Revert "Debug ci"
Browse files Browse the repository at this point in the history
This reverts commit c6cf6c8.
  • Loading branch information
aduffeck committed Nov 29, 2023
1 parent e7e9589 commit b4674bd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ dirs = {
# configuration
config = {
"cs3ApiTests": {
"skip": True,
"skipExceptParts": [],
"skip": False,
},
"wopiValidatorTests": {
"skip": True,
"skip": False,
},
"localApiTests": {
"basic": {
Expand All @@ -76,7 +75,7 @@ config = {
"apiDepthInfinity",
"apiLocks",
],
"skip": True,
"skip": False,
},
"apiAccountsHashDifficulty": {
"suites": [
Expand Down Expand Up @@ -126,15 +125,15 @@ config = {
"apiTests": {
"numberOfParts": 10,
"skip": False,
"skipExceptParts": [9],
"skipExceptParts": [],
},
"uiTests": {
"filterTags": "@ocisSmokeTest",
"skip": True,
"skip": False,
"skipExceptParts": [],
},
"e2eTests": {
"skip": True,
"skip": False,
},
"rocketchat": {
"channel": "ocis-internal",
Expand Down

0 comments on commit b4674bd

Please sign in to comment.