Skip to content

Commit

Permalink
skip failing test suite (#146723)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 30, 2022
1 parent 36a6afa commit 5351c0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ export default function ({ getService }: FtrProviderContext) {
}
}

describe('manage spaces', function () {
// Failing: See https://github.com/elastic/kibana/issues/146723
describe.skip('manage spaces', function () {
this.tags(['ml']);
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/farequote');
Expand Down

0 comments on commit 5351c0a

Please sign in to comment.