mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#168281)
This commit is contained in:
parent
f813d80dbf
commit
2bc31921cd
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue