mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip suite failing es promotion (#130692)
This commit is contained in:
parent
5f003a4de0
commit
e2202609e8
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const bsearch = getService('bsearch');
|
||||
|
||||
describe('Matrix DNS Histogram', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/130692
|
||||
describe.skip('Matrix DNS Histogram', () => {
|
||||
describe('Large data set', () => {
|
||||
before(
|
||||
async () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue