Skip to content

Commit

Permalink
skip flaky suite (elastic#164387)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 13, 2023
1 parent 1b078ed commit 82c77ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const es = getService('es');

describe('/deprecations/_delete_unknown_types', () => {
// FLAKY: https://github.com/elastic/kibana/issues/164387
describe.skip('/deprecations/_delete_unknown_types', () => {
before(async () => {
await esArchiver.emptyKibanaIndex();
await esArchiver.load(
Expand Down

0 comments on commit 82c77ee

Please sign in to comment.