Skip to content

Commit

Permalink
excluded flaky test (opensearch-project#891)
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored and AWSHurneyt committed Oct 14, 2023
1 parent b8128cc commit 5457627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ describe('Alerts', () => {
.should('have.length', 2);
});

it('can be acknowledged via row button', () => {
xit('can be acknowledged via row button', () => {
// Filter the table to show only "Active" alerts
cy.get('[data-text="Status"]').click({ force: true });
cy.get('[class="euiFilterSelect__items"]').within(() => {
Expand Down

0 comments on commit 5457627

Please sign in to comment.