Skip test to try and stabilize master

https://github.com/elastic/kibana/issues/97378

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-04-16 10:57:29 -07:00
parent 6c7d776fc1
commit 194355fdd3

View file

@ -33,7 +33,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const retry = getService('retry');
describe('Matrix DNS Histogram', () => {
// FIX: https://github.com/elastic/kibana/issues/97378
describe.skip('Matrix DNS Histogram', () => {
describe('Large data set', () => {
before(() => esArchiver.load('security_solution/matrix_dns_histogram/large_dns_query'));
after(() => esArchiver.unload('security_solution/matrix_dns_histogram/large_dns_query'));