mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#149937)
This commit is contained in:
parent
6ecac198f1
commit
b8f640ca3f
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const supertest = getService('supertest');
|
||||
const es = getService('es');
|
||||
let elasticAgentpkgVersion: string;
|
||||
describe('fleet_list_agent', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/149937
|
||||
describe.skip('fleet_list_agent', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/fleet/agents');
|
||||
const getPkRes = await supertest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue