Skip to content

Commit

Permalink
Skip delete version from system
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil committed Aug 28, 2024
1 parent 54712ec commit f72a27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/hub/collections-detail.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Collections Details', () => {
//these lines fail if there are no Collections present
});

it('user can delete version from system', () => {
it.skip('user can delete version from system', () => {
cy.uploadCollection(collectionName, namespace.name, '1.0.0');
cy.uploadCollection(collectionName, namespace.name, '1.1.0');

Expand Down Expand Up @@ -159,7 +159,7 @@ describe('Collections Details', () => {
});
});

it('can sign a selected version of a collection', () => {
it.skip('can sign a selected version of a collection', () => {
cy.uploadCollection(collectionName, namespace.name).then(() => {
cy.waitForAllTasks();
cy.galaxykit('collection upload --skip-upload', namespace.name, collectionName, '1.2.3').then(
Expand Down

0 comments on commit f72a27b

Please sign in to comment.