Skip to content

Commit 325f1b1

Browse files
authored
bump CORE_COMMITID to use new getPersonalSpaceIdForUser code in API tests (#2505)
1 parent 983af93 commit 325f1b1

File tree

4 files changed

+588
-288
lines changed

4 files changed

+588
-288
lines changed

.drone.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test runner source for API tests
2-
CORE_COMMITID=2880ab5d326b86336bff29e6709adf774a317d88
2+
CORE_COMMITID=f4773164f276ce9307bedb1d24fa06c0023b7ad3
33
CORE_BRANCH=master

.drone.star

+2-2
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
820820
"REVA_LDAP_HOSTNAME": "ldap",
821821
"TEST_REVA": "true",
822822
"SEND_SCENARIO_LINE_REFERENCES": "true",
823-
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage&&~@skipOnOcis&&~@personalSpace&&~@issue-ocis-3023",
823+
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage&&~@skipOnOcis&&~@issue-ocis-3023",
824824
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
825825
"RUN_PART": runPart,
826826
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-OCIS-storage.md",
@@ -897,7 +897,7 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
897897
"REVA_LDAP_HOSTNAME": "ldap",
898898
"TEST_REVA": "true",
899899
"SEND_SCENARIO_LINE_REFERENCES": "true",
900-
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage&&~@skipOnOcis&&~@personalSpace&&~@issue-ocis-3023",
900+
"BEHAT_FILTER_TAGS": "~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage&&~@skipOnOcis-OCIS-Storage&&~@skipOnOcis&&~@issue-ocis-3023",
901901
"DIVIDE_INTO_NUM_PARTS": parallelRuns,
902902
"RUN_PART": runPart,
903903
"EXPECTED_FAILURES_FILE": "/drone/src/tests/acceptance/expected-failures-on-S3NG-storage.md",

0 commit comments

Comments
 (0)