mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#184681)
This commit is contained in:
parent
e306ae6d75
commit
0b3c4e184a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue