mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#154227)
This commit is contained in:
parent
597f4bb879
commit
a18627d27a
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
}
|
||||
});
|
||||
|
||||
describe('Without custom pipeline', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154227
|
||||
describe.skip('Without custom pipeline', () => {
|
||||
it('Should write doc correctly', async () => {
|
||||
const res = await es.index({
|
||||
index: 'logs-log.log-test',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue