Skip to content

Commit afc17bd

Browse files
Merge pull request #11150 from owncloud/skip-without-remotephp-on-shareng-pipelines
[tests-only][full-ci]Skip `WithoutRemotePhp` pipeline for ShareNg
2 parents 9278e61 + bfc6234 commit afc17bd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Diff for: .drone.star

+3
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,22 @@ config = {
170170
"apiOptionalShareRole",
171171
],
172172
"skip": False,
173+
"withRemotePhp": [True],
173174
},
174175
"sharingNgShareInvitation": {
175176
"suites": [
176177
"apiSharingNgShareInvitation",
177178
],
178179
"skip": False,
180+
"withRemotePhp": [True],
179181
},
180182
"sharingNgLinkShare": {
181183
"suites": [
182184
"apiSharingNgLinkSharePermission",
183185
"apiSharingNgLinkShareRoot",
184186
],
185187
"skip": False,
188+
"withRemotePhp": [True],
186189
},
187190
"accountsHashDifficulty": {
188191
"skip": False,

Diff for: tests/acceptance/expected-failures-without-remotephp.md

-6
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@
157157
- [apiSpacesShares/shareSpacesViaLink.feature:47](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSpacesViaLink.feature#L47)
158158
- [apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature:149](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature#L149)
159159
- [apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature:150](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpacesShares/shareSubItemOfSpaceViaPublicLink.feature#L150)
160-
- [apiSharingNgLinkSharePermission/createLinkShare.feature:478](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/createLinkShare.feature#L478)
161-
- [apiSharingNgLinkSharePermission/createLinkShare.feature:1225](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/createLinkShare.feature#L1225)
162-
- [apiSharingNgLinkSharePermission/updateLinkShare.feature:209](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/updateLinkShare.feature#L209)
163-
- [apiSharingNgLinkSharePermission/updateLinkShare.feature:287](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkSharePermission/updateLinkShare.feature#L287)
164-
- [apiSharingNgLinkShareRoot/updateLinkShare.feature:10](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkShareRoot/updateLinkShare.feature#L10)
165-
- [apiSharingNgLinkShareRoot/updateLinkShare.feature:42](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSharingNgLinkShareRoot/updateLinkShare.feature#L42)
166160
- [coreApiSharePublicLink1/changingPublicLinkShare.feature:219](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/changingPublicLinkShare.feature#L219)
167161
- [coreApiSharePublicLink1/changingPublicLinkShare.feature:220](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/changingPublicLinkShare.feature#L220)
168162
- [coreApiSharePublicLink1/createPublicLinkShare.feature:59](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature#L59)

0 commit comments

Comments
 (0)