mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#208138)
This commit is contained in:
parent
95a160ca94
commit
a381bf3152
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import type { FtrProviderContext } from '../../ftr_provider_context';
|
|||
export default function ({ getService }: FtrProviderContext) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('search', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/208138
|
||||
describe.skip('search', () => {
|
||||
describe('ES|QL', () => {
|
||||
it(`should return getColumns response in expected shape`, async () => {
|
||||
const resp = await supertest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue