mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#164996)
This commit is contained in:
parent
7f7bee0300
commit
a72dc6781f
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
}
|
||||
}
|
||||
|
||||
describe('search', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/164996
|
||||
describe.skip('search', () => {
|
||||
before(async () => {
|
||||
// ensure es not empty
|
||||
await es.index({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue