Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Dec 12, 2024
1 parent 0203bba commit 6e57a8e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ export default function ({ getService }: FtrProviderContext) {
const retry = getService('retry');
const es = getService('es');

// FLAKY: https://github.com/elastic/kibana/issues/199782
describe.skip('Kibana API Deprecations', function () {
describe('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 6e57a8e

Please sign in to comment.