Skip to content

Commit

Permalink
Revert "Skip test to try and stabilize master" (#97378)
Browse files Browse the repository at this point in the history
This reverts commit 194355f.
  • Loading branch information
spalger committed Apr 21, 2021
1 parent e8fd659 commit ecfce31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const retry = getService('retry');

// FIX: https://github.com/elastic/kibana/issues/97378
describe.skip('Matrix DNS Histogram', () => {
describe('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 ecfce31

Please sign in to comment.