Skip failing time series tests #31705

This commit is contained in:
Brian Seeders 2020-04-23 12:12:39 -04:00
parent 2baa83bc4b
commit b6137002e5
No known key found for this signature in database
GPG key ID: 424927146CC9A682

View file

@ -28,7 +28,8 @@ export default function ({ getService, getPageObjects }) {
describe('visual builder', function describeIndexTests() {
describe('Time Series', function () {
// https://github.com/elastic/kibana/issues/31705
describe.skip('Time Series', function () {
before(async () => {
await PageObjects.visualBuilder.resetPage();
});