mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#207045)
This commit is contained in:
parent
12c1fa8a6c
commit
fbcc7e368e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const queryBar = getService('queryBar');
|
||||
const retry = getService('retry');
|
||||
|
||||
describe('smoke telemetry tests', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/207045
|
||||
describe.skip('smoke telemetry tests', function () {
|
||||
let uiCounterEvents: UiCounterEvent[] = [];
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue