mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Flaky tests] Unskip Telemetry Snapshot mode tests (#143353)
This commit is contained in:
parent
59521cceba
commit
accefcbab9
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