mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171481)
This commit is contained in:
parent
f045d9d130
commit
edf8956053
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const browser = getService('browser');
|
||||
const endpointTestResources = getService('endpointTestResources');
|
||||
|
||||
describe('When on the Trusted Apps list', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/171481
|
||||
describe.skip('When on the Trusted Apps list', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue