mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [FTR][CI] Use default distribution for all tests (#94968) Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * Use default output Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * [FTR] Use importExport for saved_object/basic archive Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * Update suggestions tests Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * Fix build Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> * More migrations to kbnArchiver Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
7b17455d8c
commit
be40e96806
133 changed files with 5650 additions and 6815 deletions
|
@ -44,11 +44,11 @@ const assertStatsAndMetrics = (body) => {
|
|||
|
||||
export default function ({ getService }) {
|
||||
const supertest = getService('supertest');
|
||||
const esArchiver = getService('esArchiver');
|
||||
const kibanaServer = getService('kibanaServer');
|
||||
|
||||
describe('kibana stats api', () => {
|
||||
before('make sure there are some saved objects', () => esArchiver.load('saved_objects/basic'));
|
||||
after('cleanup saved objects changes', () => esArchiver.unload('saved_objects/basic'));
|
||||
before(() => kibanaServer.importExport.load('saved_objects/basic'));
|
||||
after(() => kibanaServer.importExport.unload('saved_objects/basic'));
|
||||
|
||||
describe('basic', () => {
|
||||
it('should return the stats without cluster_uuid with no query string params', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue