Skip to content

Commit

Permalink
skip flaky suite (elastic#177381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and semd committed Mar 4, 2024
1 parent cefbec6 commit e8d5912
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default function ({ getService }: FtrProviderContext) {

describe('API /infra/metadata', () => {
describe('works', () => {
describe('Host asset type', () => {
// FLAKY: https://github.com/elastic/kibana/issues/177381
describe.skip('Host asset type', () => {
before(() => esArchiver.load(ARCHIVE_NAME));
after(() => esArchiver.unload(ARCHIVE_NAME));

Expand Down

0 comments on commit e8d5912

Please sign in to comment.