mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing es promotion suite (#104466)
This commit is contained in:
parent
434568abe4
commit
a0b36c75f5
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
|
||||
await PageObjects.common.navigateToApp('discover');
|
||||
});
|
||||
describe('field data', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/104466
|
||||
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