skip flaky suite (#174472)

This commit is contained in:
Tiago Costa 2024-01-11 02:55:13 +00:00
parent 595aab8c1b
commit 28bd2cd38c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -125,7 +125,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await findings.index.remove();
});
describe('SearchBar', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174472
describe.skip('SearchBar', () => {
it('add filter', async () => {
// Filter bar uses the field's customLabel in the DataView
await filterBar.addFilter({ field: 'Rule Name', operation: 'is', value: ruleName1 });