mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#177762)
This commit is contained in:
parent
9b9b7eb83a
commit
855f67c14d
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue