Skip to content

Commit

Permalink
skip flaky suite (#57413)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 31, 2020
1 parent 4083d66 commit a7bebba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const config = getService('config');

describe('spaces feature controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/57413
describe.skip('spaces feature controls', () => {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
});
Expand Down

0 comments on commit a7bebba

Please sign in to comment.