mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#184619)
This commit is contained in:
parent
e4326522a2
commit
db3f866a0d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import { FtrProviderContext } from '../../../api_integration/ftr_provider_contex
|
|||
import { installPackage } from '../../packages';
|
||||
|
||||
export default function ({ loadTestFile, getService }: FtrProviderContext) {
|
||||
describe('Elasticsearch', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/184619
|
||||
describe.skip('Elasticsearch', () => {
|
||||
before(() => installPackage(getService('supertest'), 'elasticsearch'));
|
||||
|
||||
loadTestFile(require.resolve('./ccr'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue