skip flaky suite (#168281)

This commit is contained in:
Tiago Costa 2024-05-29 22:04:57 +01:00
parent f813d80dbf
commit 2bc31921cd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -48,7 +48,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await listingTable.clearSearchFilter();
});
describe('by text', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168281
describe.skip('by text', () => {
it('matches on the first word', async function () {
await retry.try(async () => {
await listingTable.searchForItemWithName('search');