mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#138160)
This commit is contained in:
parent
491a461f3e
commit
d5164311f2
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
}
|
||||
|
||||
describe('with single line comments', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/138160
|
||||
describe.skip('with single line comments', async () => {
|
||||
await runTests(
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue