mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#116537)
This commit is contained in:
parent
2e4c87211c
commit
42857a4da9
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
return text;
|
||||
}
|
||||
|
||||
describe('Search session client side cache', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116537
|
||||
describe.skip('Search session client side cache', () => {
|
||||
const appId = 'searchExamples';
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue