[interpreter] disable flaky test

(cherry picked from commit bb0e03e09a)
This commit is contained in:
spalger 2019-04-18 10:39:00 -07:00
parent e0a488cc42
commit bc5a639796

View file

@ -83,7 +83,7 @@ export default function ({ getService, updateBaselines }) {
// if we want to do multiple different tests using the same data, or reusing a part of expression its
// possible to retrieve the intermediate result and reuse it in later expressions
describe('reusing partial results', () => {
describe.skip('reusing partial results', () => {
it ('does some screenshot comparisons', async () => {
const expression = `kibana | kibana_context | esaggs index='logstash-*' aggConfigs='[
{"id":"1","enabled":true,"type":"count","schema":"metric","params":{}},