Skip to content

Commit

Permalink
Attempt to fix ES|QL functional test MKI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Oct 4, 2024
1 parent 1df458d commit 4b9f3a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/functional/page_objects/discover_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ export class DiscoverPageObject extends FtrService {
if (await this.testSubjects.exists('select-text-based-language-btn')) {
await this.testSubjects.click('select-text-based-language-btn');
await this.header.waitUntilLoadingHasFinished();
await this.waitUntilSearchingHasFinished();
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};

describe('discover esql view', function () {
// see details: https://github.com/elastic/kibana/issues/188816
this.tags(['failsOnMKI']);

before(async () => {
await kibanaServer.savedObjects.cleanStandardList();
log.debug('load kibana index with default index pattern');
Expand Down

0 comments on commit 4b9f3a8

Please sign in to comment.