mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#176837)
This commit is contained in:
parent
8d621e542c
commit
1d6362538f
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue