[ARVADOS-WORKBENCH2] updated: 2.1.0-128-g9aa773e1

Git user git at public.arvados.org
Fri Dec 4 23:23:20 UTC 2020


Summary of changes:
 cypress/integration/collection-panel.spec.js | 1 +
 1 file changed, 1 insertion(+)

       via  9aa773e1f54a2f14374bfa16e79b58061d767acb (commit)
      from  d71b173b8d2b64dcb4d7bcfda05dd28e85f2dad0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9aa773e1f54a2f14374bfa16e79b58061d767acb
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Dec 4 20:22:21 2020 -0300

    17152: Fixes one more test that relied on the idle versioning being configured.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/cypress/integration/collection-panel.spec.js b/cypress/integration/collection-panel.spec.js
index bbf32f84..23ba682e 100644
--- a/cypress/integration/collection-panel.spec.js
+++ b/cypress/integration/collection-panel.spec.js
@@ -310,6 +310,7 @@ describe('Collection panel tests', function() {
         cy.createCollection(adminUser.token, {
             name: colName,
             owner_uuid: activeUser.user.uuid,
+            preserve_version: true,
             manifest_text: ". 37b51d194a7513e45b56f6524f2d51f2+3 0:3:foo 0:3:bar\n"})
         .as('collection').then(function() {
             // Visit collection, check basic information

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list