Skip to content

Commit

Permalink
skip flaky suite (#184681)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 19, 2024
1 parent 2d6484d commit 2194f85
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 2194f85

Please sign in to comment.