mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[interpreter] disable flaky test
(cherry picked from commit bb0e03e09a
)
This commit is contained in:
parent
e0a488cc42
commit
bc5a639796
1 changed files with 1 additions and 1 deletions
|
@ -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":{}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue