Skip to content

Commit

Permalink
Skip test to try and stabilize master
Browse files Browse the repository at this point in the history
elastic#97378

Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Apr 16, 2021
1 parent 6c7d776 commit 194355f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 194355f

Please sign in to comment.