Skip to content

Commit

Permalink
skip failing test suite (#163207)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 4, 2023
1 parent 721438a commit 1d38289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/group5/embed_mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({
const screenshot = getService('screenshots');
const log = getService('log');

describe('embed mode', () => {
// Failing: See https://github.com/elastic/kibana/issues/163207
describe.skip('embed mode', () => {
/*
* Note: The baseline images used in all of the screenshot tests in this test suite were taken directly from the CI environment
* in order to overcome a known issue with the pixel density of fonts being significantly different when running locally versus
Expand Down

0 comments on commit 1d38289

Please sign in to comment.