skip flaky suite (#199782)

This commit is contained in:
Tiago Costa 2024-11-13 19:01:32 +00:00
parent 1209e8ec55
commit ae60b7eecc
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const es = getService('es');
describe('Kibana API Deprecations', function () {
// FLAKY: https://github.com/elastic/kibana/issues/199782
describe.skip('Kibana API Deprecations', function () {
// bail on first error in this suite since cases sequentially depend on each other
this.bail(true);