mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#161157)
This commit is contained in:
parent
bfe6cf82e0
commit
ad5930927c
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const queryBar = getService('queryBar');
|
||||
const elasticChart = getService('elasticChart');
|
||||
|
||||
describe('discover request counts', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/161157
|
||||
describe.skip('discover request counts', function describeIndexTests() {
|
||||
before(async function () {
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/long_window_logstash');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue