mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#163883)
This commit is contained in:
parent
83d9644b74
commit
c247572103
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
await pageObjects.endpoint.navigateToEndpointList();
|
||||
});
|
||||
|
||||
describe('when there is data,', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163883
|
||||
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