mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#76245)
This commit is contained in:
parent
7d82e273a6
commit
298a7899bc
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
|
||||
};
|
||||
|
||||
describe('dashboard embeddable rendering', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/76245
|
||||
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
|
||||
before(async () => {
|
||||
await security.testUser.setRoles(['kibana_admin', 'animals', 'test_logstash_reader']);
|
||||
await esArchiver.load('dashboard/current/kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue