Skip to content

Commit

Permalink
skip flaky suite (elastic#184681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and seanrathier committed Jun 21, 2024
1 parent 3293b22 commit 4bc48bd
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', () => {
// FLAKY: 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 4bc48bd

Please sign in to comment.