17436: Removed only from cypress test suite
[arvados.git] / cypress / integration / collection.spec.js
index ea5076e1e75e77460a1b37dbaad69b4fadf4b7f5..3767e6bff26c3e8a08f4d45a95327e32c0eda499 100644 (file)
@@ -32,7 +32,7 @@ describe('Collection panel tests', function () {
         cy.clearLocalStorage();
     });
 
-    it.only('allows to download mountain duck config for a collection', () => {
+    it('allows to download mountain duck config for a collection', () => {
         cy.createCollection(adminUser.token, {
             name: `Test collection ${Math.floor(Math.random() * 999999)}`,
             owner_uuid: activeUser.user.uuid,