We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67ac3 commit 1e91033Copy full SHA for 1e91033
x-pack/test/upgrade_assistant_integration/upgrade_assistant/api_deprecations.ts
@@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
28
const retry = getService('retry');
29
const es = getService('es');
30
31
- describe('Kibana API Deprecations', function () {
+ // FLAKY: https://github.com/elastic/kibana/issues/199782
32
+ describe.skip('Kibana API Deprecations', function () {
33
// bail on first error in this suite since cases sequentially depend on each other
34
this.bail(true);
35
0 commit comments