mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test (#57377)
This commit is contained in:
parent
431a1e9c89
commit
59672ab5da
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const appsMenu = getService('appsMenu');
|
||||
|
||||
describe('spaces feature controls', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/57377
|
||||
describe.skip('spaces feature controls', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('logstash_functional');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue