Skip to content

Commit

Permalink
skip flaky suite (elastic#53575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and madirey committed May 11, 2021
1 parent 0a574e6 commit 2b532e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/licensing_plugin/public/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function (ftrContext: FtrProviderContext) {

const scenario = createScenario(ftrContext);

describe('changes in license types', () => {
// FLAKY: https://github.com/elastic/kibana/issues/53575
describe.skip('changes in license types', () => {
after(async () => {
await scenario.teardown();
});
Expand Down

0 comments on commit 2b532e9

Please sign in to comment.