mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#170357)
This commit is contained in:
parent
cdc55d7ca9
commit
d8b54cd729
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await pageObjects.endpoint.navigateToEndpointList();
|
||||
});
|
||||
|
||||
describe('when there is data,', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170357
|
||||
describe.skip('when there is data,', () => {
|
||||
before(async () => {
|
||||
indexedData = await endpointTestResources.loadEndpointData({ numHosts: 3 });
|
||||
await pageObjects.endpoint.navigateToEndpointList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue