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