mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#170690)
This commit is contained in:
parent
18bea15668
commit
809bffa694
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const es = getService('es');
|
||||
let elasticAgentpkgVersion: string;
|
||||
// Failing: See https://github.com/elastic/kibana/issues/170690
|
||||
// Failing: See https://github.com/elastic/kibana/issues/170690
|
||||
describe.skip('fleet_list_agent', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/fleet/agents');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue