[Flaky tests] Unskip Telemetry Snapshot mode tests (#143353) (#143422)

(cherry picked from commit accefcbab9)

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
Kibana Machine 2022-10-17 05:42:45 -06:00 committed by GitHub
parent a775e717b3
commit 6d555cb4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,7 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const browser = getService('browser');
const PageObjects = getPageObjects(['common']);
// FLAKY: https://github.com/elastic/kibana/issues/107034
describe.skip('Telemetry service', () => {
describe('Telemetry service', () => {
const checkCanSendTelemetry = (): Promise<boolean> => {
return browser.executeAsync<boolean>((cb) => {
(window as unknown as Record<string, () => Promise<boolean>>)