Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
skip flaky test (elastic#57377)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 13, 2020
1 parent 431a1e9 commit 59672ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit 59672ab

Please sign in to comment.