Skip to content

Commit

Permalink
Unskip Hub Repo access tests (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyanambiar authored Aug 22, 2024
1 parent 3289645 commit 4fd279d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/hub/repositories-access.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Repository } from '../../../frontend/hub/administration/repositories/Repository';
import { hubAPI } from '../../support/formatApiPathForHub';

describe.skip('Repositories user and team access tests', () => {
describe('Repositories user and team access tests', () => {
let repository: Repository;
before(() => {
cy.createHubRepository().then((createdRepository) => {
Expand Down

0 comments on commit 4fd279d

Please sign in to comment.