Skip to content

Commit

Permalink
Frontend tests: comment out flaky test (grafana#100685)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniehingtgen authored Feb 13, 2025
1 parent c963032 commit 1c2f4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/various-suite/solo-route.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ describe('Solo Route', () => {
cy.contains('uplot-main-div').should('not.exist');
});

it('Can view solo repeated panel in scenes', () => {
/*it('Can view solo repeated panel in scenes', () => {
// open Panel Tests - Graph NG
e2e.pages.SoloPanel.visit(
'templating-repeating-panels/templating-repeating-panels?orgId=1&from=1699934989607&to=1699956589607&panelId=panel-2-clone-0&__feature.dashboardSceneSolo=true'
);
e2e.components.Panels.Panel.title('server=A').should('exist');
cy.contains('uplot-main-div').should('not.exist');
});
});*/

it('Can view solo in repeated row and panel in scenes', () => {
// open Panel Tests - Graph NG
Expand Down

0 comments on commit 1c2f4e3

Please sign in to comment.