Skip to content

Commit

Permalink
skip flaky suite (#110938)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 18, 2022
1 parent 3cd5f59 commit ed14374
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/licensing_plugin/server/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function (ftrContext: FtrProviderContext) {

const scenario = createScenario(ftrContext);

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

0 comments on commit ed14374

Please sign in to comment.