mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
6c7d776fc1
commit
194355fdd3
1 changed files with 2 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue