mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#116038)
This commit is contained in:
parent
4ec7f08c64
commit
9504241e71
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common']);
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('Partial results example', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116038
|
||||
describe.skip('Partial results example', () => {
|
||||
before(async () => {
|
||||
await PageObjects.common.navigateToApp('searchExamples');
|
||||
await testSubjects.click('/search');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue