Skip to content

Commit aa224bb

Browse files
committed
skip failing test suite (elastic#207045)
1 parent ff5042e commit aa224bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/functional/apps/visualize/telemetry.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
2323
const queryBar = getService('queryBar');
2424
const retry = getService('retry');
2525

26-
describe('smoke telemetry tests', function () {
26+
// Failing: See https://github.com/elastic/kibana/issues/207045
27+
describe.skip('smoke telemetry tests', function () {
2728
let uiCounterEvents: UiCounterEvent[] = [];
2829

2930
before(async function () {

0 commit comments

Comments
 (0)