skip flaky suite (#132865)

This commit is contained in:
Tiago Costa 2022-06-15 13:46:26 +01:00
parent becbd08702
commit 780c78e751
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -99,7 +99,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
};
describe('dashboard embeddable rendering', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/132865
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
before(async () => {
await security.testUser.setRoles(['kibana_admin', 'animals', 'test_logstash_reader']);
await kibanaServer.savedObjects.cleanStandardList();