mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#169458)
This commit is contained in:
parent
820c7b9af6
commit
d610e88a99
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
defaultIndex: 'logstash-*',
|
||||
};
|
||||
|
||||
describe('discover show/hide chart test', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/169458
|
||||
describe.skip('discover show/hide chart test', function () {
|
||||
before(async function () {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
log.debug('load kibana index with default index pattern');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue