Skip to content

Commit

Permalink
skip flaky suite (#107034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 28, 2022
1 parent a12d25e commit d9fc073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin_functional/test_suites/telemetry/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: PluginFunctionalProvide
const browser = getService('browser');
const PageObjects = getPageObjects(['common']);

describe('Telemetry service', () => {
// FLAKY: https://github.com/elastic/kibana/issues/107034
describe.skip('Telemetry service', () => {
const checkCanSendTelemetry = (): Promise<boolean> => {
return browser.executeAsync<boolean>((cb) => {
(window as unknown as Record<string, () => Promise<boolean>>)
Expand Down

0 comments on commit d9fc073

Please sign in to comment.