Skip to content

Commit

Permalink
skip flaky suite (#199782)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 13, 2024
1 parent 1209e8e commit ae60b7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ae60b7e

Please sign in to comment.