Skip to content

Commit

Permalink
Skip test because it deletes wrong version of collection (#3033)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova authored Aug 22, 2024
1 parent 599713a commit ffcba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/hub/collections-detail.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('Collections Details', () => {
cy.deleteHubCollectionByName(collectionName);
});

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

Expand Down

0 comments on commit ffcba36

Please sign in to comment.