Skip to content

Commit

Permalink
Skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdejong committed Feb 28, 2024
1 parent 09e67a5 commit ca59f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/start_page.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('NeoDash E2E Tests', () => {
});
});

it('creates a gauge chart report', () => {
it.skip('creates a gauge chart report', () => {
enableAdvancedVisualizations();
cy.checkInitialState();
createReportOfType('Gauge Chart', gaugeChartCypherQuery);
Expand Down

0 comments on commit ca59f09

Please sign in to comment.