mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky test. #89389
This commit is contained in:
parent
983ebad298
commit
ab4b9d5610
1 changed files with 2 additions and 1 deletions
|
@ -626,7 +626,8 @@ export default ({ getService }: FtrProviderContext) => {
|
|||
expect(ips).to.eql(['127.0.0.1', '127.0.0.3']);
|
||||
});
|
||||
|
||||
it('will return 4 results if we have a list that excludes all ips', async () => {
|
||||
// flaky https://github.com/elastic/kibana/issues/89389
|
||||
it.skip('will return 4 results if we have a list that excludes all ips', async () => {
|
||||
await importFile(
|
||||
supertest,
|
||||
'ip',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue