mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
disable fully skipped suite (#40173)
(cherry picked from commit 0f5bfc0fce
)
This commit is contained in:
parent
e7ab6a360e
commit
1288e82208
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects, updateBaselines }) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
const dashboardAddPanel = getService('dashboardAddPanel');
|
||||
|
||||
describe('dashboard snapshots', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/40173
|
||||
describe.skip('dashboard snapshots', function describeIndexTests() {
|
||||
before(async function () {
|
||||
// We use a really small window to minimize differences across os's and browsers.
|
||||
await browser.setWindowSize(1000, 700);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue