mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.13] Sync bundled packages with Package Storage (#177252)
Automated by https://buildkite.com/elastic/package-storage-infra-kibana-discover-release-branches/builds/372
This commit is contained in:
parent
95050fe7ab
commit
c34cb00c2d
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
[
|
||||
{
|
||||
"name": "apm",
|
||||
"version": "8.13.0-preview-1705349441",
|
||||
"version": "8.13.1-preview-1708411360",
|
||||
"forceAlignStackVersion": true,
|
||||
"allowSyncToPrerelease": true
|
||||
},
|
||||
|
|
|
@ -20,7 +20,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
const start = new Date('2021-01-01T00:00:00.000Z').getTime();
|
||||
const end = new Date('2021-01-01T00:15:00.000Z').getTime() - 1;
|
||||
|
||||
registry.when('Diagnostics: Indices', { config: 'basic', archives: [] }, () => {
|
||||
registry.when.skip('Diagnostics: Indices', { config: 'basic', archives: [] }, () => {
|
||||
describe('When there is no data', () => {
|
||||
it('returns empty response`', async () => {
|
||||
const { status, body } = await apmApiClient.adminUser({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue