mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[8.x] Sync bundled packages with Package Storage (#217544)
Automated by https://buildkite.com/elastic/package-storage-infra-kibana-discover-release-branches/builds/2596 --------- Co-authored-by: elasticmachine <elasticmachine@elastic.co> Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
parent
e9990028ba
commit
4ef6754d8e
3 changed files with 3 additions and 3 deletions
|
@ -56,6 +56,6 @@
|
|||
},
|
||||
{
|
||||
"name": "security_detection_engine",
|
||||
"version": "8.17.7"
|
||||
"version": "8.18.1"
|
||||
}
|
||||
]
|
|
@ -20,7 +20,8 @@ import { createEndpointHost } from '../../tasks/create_endpoint_host';
|
|||
import { deleteAllLoadedEndpointData } from '../../tasks/delete_all_endpoint_data';
|
||||
import { enableAllPolicyProtections } from '../../tasks/endpoint_policy';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/207773
|
||||
describe.skip(
|
||||
'Automated Response Actions',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
|
@ -109,7 +109,6 @@ export default ({ getService }: FtrProviderContext): void => {
|
|||
retry
|
||||
);
|
||||
|
||||
expect(installPreviousPackageResponse._meta.install_source).toBe('registry');
|
||||
expect(installPreviousPackageResponse.items.length).toBeGreaterThan(0);
|
||||
|
||||
// Verify that status is updated after the installation of package "N-1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue