mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing es promotion (#208872)
This commit is contained in:
parent
d3a115b326
commit
3537b2d008
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const transform = getService('transform');
|
||||
|
||||
describe('editing', function () {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/208872
|
||||
describe.skip('editing', function () {
|
||||
const transformConfigWithPivot: TransformPivotConfig = getPivotTransformConfig('editing');
|
||||
const transformConfigWithLatest: TransformLatestConfig = {
|
||||
...getLatestTransformConfig('editing'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue