skip failing test suite (#150565)

This commit is contained in:
Kibana Machine 2023-02-08 11:49:32 -05:00
parent 38cab322f0
commit 15904a1274

View file

@ -65,7 +65,8 @@ export default function (providerContext: FtrProviderContext) {
],
});
describe('UptimeZipUrlDeprecation', () => {
// Failing: See https://github.com/elastic/kibana/issues/150565
describe.skip('UptimeZipUrlDeprecation', () => {
let agentPolicyId: string;
before(async function () {