mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#127905)
This commit is contained in:
parent
fadfe2ecc0
commit
b80aa878cf
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
});
|
||||
describe('field data', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/127905
|
||||
describe.skip('field data', function () {
|
||||
it('search php should show the correct hit count', async function () {
|
||||
const expectedHitCount = '445';
|
||||
await retry.try(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue