mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing es promotion (#162732)
This commit is contained in:
parent
8b864d2095
commit
b183053fc3
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ function createdPolicyToUpdatePolicy(policy: any) {
|
|||
}
|
||||
|
||||
export default function (providerContext: FtrProviderContext) {
|
||||
describe('fleet policy secrets', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/162732
|
||||
describe.skip('fleet policy secrets', () => {
|
||||
const { getService } = providerContext;
|
||||
|
||||
const es: Client = getService('es');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue