skip failing test suite (#176837)

This commit is contained in:
Kibana Machine 2024-02-13 17:14:21 -05:00
parent 8d621e542c
commit 1d6362538f

View file

@ -19,7 +19,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const es = getService('es');
const queryBar = getService('queryBar');
describe('lens fields list tests', () => {
// Failing: See https://github.com/elastic/kibana/issues/176837
describe.skip('lens fields list tests', () => {
for (const datasourceType of ['form-based', 'ad-hoc', 'ad-hoc-no-timefield']) {
describe(`${datasourceType} datasource`, () => {
before(async () => {