Skip to content

Commit

Permalink
Skip can sign a collection (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil authored Aug 26, 2024
1 parent 569782d commit b9d1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/hub/namespaces.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('Namespaces - use existing namespaces', () => {
});
});

describe('Namespaces - sign collections', () => {
describe.skip('Namespaces - sign collections', () => {
let namespace: HubNamespace;
const collectionName = randomE2Ename();
const collectionName2 = randomE2Ename();
Expand Down

0 comments on commit b9d1f3a

Please sign in to comment.