Skip to content

Commit

Permalink
replace UI link test (#10919)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor committed May 17, 2024
1 parent dbab94a commit 14cdedf
Show file tree
Hide file tree
Showing 7 changed files with 12,476 additions and 10,190 deletions.
10 changes: 2 additions & 8 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ config = {
"servers": [
"",
],
"suites": {
"oCISSharingPublic2": [
"webUISharingPublicDifferentRoles",
],
},
"suites": {},
"extraEnvironment": {
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
"SERVER_HOST": "https://ocis:9200",
Expand All @@ -121,9 +117,7 @@ config = {
"build": True,
}

basicTestSuites = [
"webUISharingPublicDifferentRoles",
]
basicTestSuites = []

# minio mc environment variables
minio_mc_environment = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@9.0.6",
"volta": {
"node": "18.19.0"
},
Expand Down
Loading

0 comments on commit 14cdedf

Please sign in to comment.