Skip to content

Commit ba66123

Browse files
committed
skip other tests
1 parent b771f33 commit ba66123

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/functional/apps/dashboard/embeddable_rendering.js

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

101-
describe('dashboard embeddable rendering', function describeIndexTests() {
101+
// eslint-disable-next-line mocha/no-exclusive-tests
102+
describe.only('dashboard embeddable rendering', function describeIndexTests() {
102103
before(async () => {
103104
await esArchiver.load('dashboard/current/kibana');
104105
await kibanaServer.uiSettings.replace({

0 commit comments

Comments
 (0)