skip flaky test (#40670)

This commit is contained in:
spalger 2019-07-11 14:21:12 -07:00
parent 3e6d9d2157
commit 57e959ef0e

View file

@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
const dashboardExpect = getService('dashboardExpect');
const PageObjects = getPageObjects(['common', 'header', 'home', 'dashboard', 'timePicker']);
describe('sample data', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/40670
describe.skip('sample data', function describeIndexTests() {
this.tags('smoke');
before(async () => {