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 16, 2024
1 parent dbab94a commit a51a1be
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 289 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

This file was deleted.

Loading

0 comments on commit a51a1be

Please sign in to comment.