mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#184600)
This commit is contained in:
parent
25225c3da8
commit
1e04475e59
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
return seriesType;
|
||||
}
|
||||
|
||||
describe('discover lens vis', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/184600
|
||||
describe.skip('discover lens vis', function () {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue