mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#164998)
This commit is contained in:
parent
ecc372d408
commit
0568e5f999
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
|
||||
let agentCount = 0;
|
||||
let pkgVersion: string;
|
||||
describe('fleet_telemetry', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/164998
|
||||
describe.skip('fleet_telemetry', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue