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