mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#170357)
This commit is contained in:
parent
ea9a6415eb
commit
583e9c5faa
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
return tableData;
|
||||
};
|
||||
|
||||
describe('endpoint list', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/170357
|
||||
describe.skip('endpoint list', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue