Skip to content

Commit

Permalink
skip failing test suite (#184681)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and jbudz committed Jul 5, 2024
1 parent e306ae6 commit 0b3c4e1
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 0b3c4e1

Please sign in to comment.