Skip to content

Commit 1e91033

Browse files
misticCAWilson94
authored andcommitted
skip flaky suite (elastic#199782)
1 parent ab67ac3 commit 1e91033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/upgrade_assistant_integration/upgrade_assistant/api_deprecations.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
2828
const retry = getService('retry');
2929
const es = getService('es');
3030

31-
describe('Kibana API Deprecations', function () {
31+
// FLAKY: https://github.com/elastic/kibana/issues/199782
32+
describe.skip('Kibana API Deprecations', function () {
3233
// bail on first error in this suite since cases sequentially depend on each other
3334
this.bail(true);
3435

0 commit comments

Comments
 (0)