Skip to content

Commit

Permalink
skip failing suite (#184681)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Feb 4, 2025
1 parent 19cef14 commit b43949e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b43949e

Please sign in to comment.