Frontend tests: comment out flaky test (#100685)

This commit is contained in:
Stephanie Hingtgen
2025-02-14 00:44:15 +02:00
committed by GitHub
parent c963032915
commit 1c2f4e35bf
+2 -2
View File
@@ -22,7 +22,7 @@ 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'
@@ -30,7 +30,7 @@ describe('Solo Route', () => {
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