Skip to content

Commit

Permalink
test: πŸ’ disable one more functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Sep 16, 2020
1 parent 245d84f commit 5c5acd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/apps/dashboard/panel_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ({ getService, getPageObjects }) {
'discover',
'timePicker',
]);
const dashboardName = 'Dashboard Panel Controls Test';
// const dashboardName = 'Dashboard Panel Controls Test';

describe('dashboard panel controls', function viewEditModeTests() {
before(async function () {
Expand Down Expand Up @@ -288,6 +288,8 @@ export default function ({ getService, getPageObjects }) {
});
});
*/

/*
// Panel expand should also be shown in view mode, but only on mouse hover.
describe('panel expand control', function () {
it('shown in edit mode', async function () {
Expand All @@ -296,5 +298,6 @@ export default function ({ getService, getPageObjects }) {
await dashboardPanelActions.expectExistsToggleExpandAction();
});
});
*/
});
}

0 comments on commit 5c5acd9

Please sign in to comment.