Skip to content

Commit

Permalink
skipping flaky tests for panels and notebooks (#896)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 authored Sep 21, 2023
1 parent 494101e commit a7936a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('Testing a panel', () => {
});

describe('Clean up all test data', () => {
it('Deletes test panel', () => {
it.skip('Deletes test panel', () => {
moveToPanelHome();
cy.get('.euiCheckbox__input[data-test-subj="checkboxSelectAll"]')
.trigger('mouseover')
Expand All @@ -155,8 +155,8 @@ describe('Clean up all test data', () => {
});
cy.get('button.euiButton--danger').should('not.be.disabled');
cy.get('.euiButton__text').contains('Delete').trigger('mouseover').click();

cy.get('.euiTextAlign')
cy.wait(delay * 5);
cy.get('[data-test-subj="customPanels__noPanelsHome"]')
.contains('No Observability Dashboards')
.should('exist');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Testing paragraphs', () => {
cy.get('.euiTextColor').contains('Last successful run').should('exist');
});

it('Duplicates paragraphs', () => {
it.skip('Duplicates paragraphs', () => {
cy.get('.euiButtonIcon[aria-label="Open paragraph menu"]').eq(0).click();
cy.wait(delayTime);
cy.get('.euiContextMenuItem__text').contains('Duplicate').eq(0).click();
Expand Down

0 comments on commit a7936a6

Please sign in to comment.