Skip to content

Commit 96d965d

Browse files
authored
Unskip dashboard embeddable rendering tests (#71824)
1 parent d744d18 commit 96d965d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/apps/dashboard/embeddable_rendering.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ export default function ({ getService, getPageObjects }) {
9898
await dashboardExpect.vegaTextsDoNotExist(['5,000']);
9999
};
100100

101-
// FLAKY: https://github.com/elastic/kibana/issues/46305
102-
describe.skip('dashboard embeddable rendering', function describeIndexTests() {
101+
describe('dashboard embeddable rendering', function describeIndexTests() {
103102
before(async () => {
104103
await esArchiver.load('dashboard/current/kibana');
105104
await kibanaServer.uiSettings.replace({

0 commit comments

Comments
 (0)