Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only][full-ci] port prs #10637, #10837, #10878, #10889, #10890 and #10898 #10904

Merged
merged 7 commits into from
May 15, 2024
Merged
56 changes: 0 additions & 56 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -101,51 +101,12 @@ config = {
"",
],
"suites": {
"oCISBasic": [
"webUILogin",
],
"oCISFiles1": [
"webUICreateFilesFolders",
"webUIDeleteFilesFolders",
],
"oCISFiles2": [
"webUIFilesDetails",
],
"oCISFiles3": [
"webUIRenameFiles",
],
"oCISFiles5": [
"webUIFilesCopy",
"webUITextEditor",
],
"oCISSharingInternal1": [
"webUISharingInternalGroupsEdgeCases",
],
"oCISSharingInternal2": [
"webUISharingInternalUsers",
],
"oCISSharingInternal3": [
"webUISharingInternalGroupsSharingIndicator",
"webUISharingInternalUsersSharingIndicator",
],
"oCISSharingPublic1": [
"webUISharingPublicBasic",
],
"oCISSharingPublic2": [
"webUISharingPublicManagement",
],
"oCISSharingPublic3": [
"webUISharingPublicDifferentRoles",
],
"oCISUploadMove": [
"webUIUpload",
"webUIMoveFilesFolders",
],
"oCISTrashbinJourney": [
"webUITrashbinDelete",
"webUITrashbinFilesFolders",
"webUITrashbinRestore",
],
},
"extraEnvironment": {
"NODE_TLS_REJECT_UNAUTHORIZED": "0",
Expand All @@ -164,26 +125,9 @@ config = {
}

basicTestSuites = [
"webUICreateFilesFolders",
"webUIDeleteFilesFolders",
"webUIFilesCopy",
"webUIFilesDetails",
"webUILogin",
"webUIMoveFilesFolders",
"webUIRenameFiles",
"webUISharingAcceptShares",
"webUISharingInternalGroupsEdgeCases",
"webUISharingInternalGroupsSharingIndicator",
"webUISharingInternalUsers",
"webUISharingInternalUsersSharingIndicator",
"webUISharingPublicBasic",
"webUISharingPublicDifferentRoles",
"webUISharingPublicManagement",
"webUITextEditor",
"webUITrashbinDelete",
"webUITrashbinFilesFolders",
"webUITrashbinRestore",
"webUIUpload",
]

# minio mc environment variables
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions tests/acceptance/features/webUIFilesCopy/copy.feature

This file was deleted.

Loading