mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit accefcbab9
)
Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
This commit is contained in:
parent
a775e717b3
commit
6d555cb4ea
1 changed files with 1 additions and 2 deletions
|
@ -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>>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue