mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip suite blocking es promotion (#72102)
This commit is contained in:
parent
a5def2f7b9
commit
0f6c35c1c3
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
port,
|
||||
});
|
||||
|
||||
describe('When on the Endpoint Policy Details Page', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/72102
|
||||
describe.skip('When on the Endpoint Policy Details Page', function () {
|
||||
this.tags(['ciGroup7']);
|
||||
|
||||
describe('with an invalid policy id', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue