mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip failing test suite (#149794)
This commit is contained in:
parent
bdbf10a01d
commit
e143c8eaa6
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'
|
'../fixtures/direct_upload_packages/apache_0.1.4.zip'
|
||||||
);
|
);
|
||||||
|
|
||||||
describe('EPM - get', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/149794
|
||||||
|
describe.skip('EPM - get', () => {
|
||||||
skipIfNoDockerRegistry(providerContext);
|
skipIfNoDockerRegistry(providerContext);
|
||||||
setupFleetAndAgents(providerContext);
|
setupFleetAndAgents(providerContext);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue