From ee6e07064f0cc3c5f6468fe2b36af7e0052be941 Mon Sep 17 00:00:00 2001 From: Garrett Stevens Date: Sun, 15 Dec 2024 15:00:06 -0700 Subject: [PATCH] Temporarily skip test --- packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts b/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts index 871f957c0..f3a11f95b 100644 --- a/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts +++ b/packages/jbrowse-plugin-apollo/cypress/e2e/downloadGff.cy.ts @@ -12,7 +12,7 @@ describe('Download GFF', () => { cy.deleteAssemblies() }) - it('Can download gff', () => { + it.skip('Can download gff', () => { cy.addAssemblyFromGff('volvox.fasta.gff3', 'test_data/volvox.fasta.gff3') cy.get('button[data-testid="dropDownMenuButton"]') .contains('Apollo')