Skip to content

Commit

Permalink
skip flaky tests (#966) (#973)
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
(cherry picked from commit 652537e)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
  • Loading branch information
opensearch-trigger-bot[bot] and abbyhu2000 authored Dec 6, 2023
1 parent 9677c85 commit 227df04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ describe('discover app', { scrollBehavior: false }, () => {
}
);

describe('nested query', () => {
// https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5495
describe.skip('nested query', () => {
before(() => {
cy.setTopNavDate(DE_DEFAULT_START_TIME, DE_DEFAULT_END_TIME);
cy.waitForSearch();
Expand All @@ -158,7 +159,8 @@ describe('discover app', { scrollBehavior: false }, () => {
});
});

describe('data-shared-item', function () {
// https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5495
describe.skip('data-shared-item', function () {
it('should have correct data-shared-item title and description', () => {
const expected = {
title: 'A Saved Search',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ describe('doc link in discover', () => {

cy.waitForSearch();

cy.wait(500);

cy.getElementByTestId(`docTableExpandToggleColumn-0`)
.should('be.visible')
.click();
Expand Down

0 comments on commit 227df04

Please sign in to comment.