mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#163203)
This commit is contained in:
parent
7e90759308
commit
46322cee6d
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
'../fixtures/direct_upload_packages/apache_0.1.4.zip'
|
||||
);
|
||||
|
||||
describe('EPM - get', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/163203
|
||||
describe.skip('EPM - get', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
setupFleetAndAgents(providerContext);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue