Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Oct 10, 2023
1 parent 939a099 commit 4e8d331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/group2/myworkflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ describe('Dockstore my workflows', () => {
});

describe('Should contain extended Workflow properties', () => {
it('visit another page then come back', () => {
// Flaky test, see https://github.com/dockstore/dockstore/issues/5696
it.skip('visit another page then come back', () => {
cy.visit('/my-workflows');
cy.contains('github.com/A/l');

Expand Down

0 comments on commit 4e8d331

Please sign in to comment.