skip failing test suite (#167552)

This commit is contained in:
Kibana Machine 2023-09-28 14:26:09 -04:00
parent fbccec8fdd
commit 6804232663

View file

@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const from = 'Sep 19, 2015 @ 06:31:44.000';
const to = 'Sep 23, 2015 @ 18:31:44.000';
describe('lens annotations tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/167552
describe.skip('lens annotations tests', () => {
before(async () => {
await PageObjects.common.setTime({ from, to });
});