Skip to content

Commit

Permalink
skip failing test suite (elastic#177762)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and semd committed Mar 4, 2024
1 parent 51cb708 commit dfb31f5
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/177762
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 dfb31f5

Please sign in to comment.