mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#150565)
This commit is contained in:
parent
38cab322f0
commit
15904a1274
1 changed files with 2 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue