skip failing test suite (#184681)

This commit is contained in:
Kibana Machine 2024-07-05 11:08:22 +02:00 committed by Jonathan Budzenski
parent e306ae6d75
commit 0b3c4e184a

View file

@ -25,7 +25,8 @@ export default function (providerContext: FtrProviderContext) {
const config = getService('config');
const log = getService('log');
describe('inputs_with_standalone_docker_agent', () => {
// Failing: See https://github.com/elastic/kibana/issues/184681
describe.skip('inputs_with_standalone_docker_agent', () => {
skipIfNoDockerRegistry(providerContext);
let apiKey: string;
let agent: AgentProcess;