skip flaky suite (#127905)

This commit is contained in:
Tiago Costa 2022-03-21 15:00:27 +00:00
parent fadfe2ecc0
commit b80aa878cf
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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 () {