Skip to content

Commit

Permalink
skip failing test suite (#148313)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 3, 2023
1 parent 192536b commit edf5730
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', () => {
// Failing: See https://github.com/elastic/kibana/issues/148313
describe.skip('changes in license types', () => {
after(async () => {
await scenario.teardown();
});
Expand Down

0 comments on commit edf5730

Please sign in to comment.