skip failing test suite (#163207)

This commit is contained in:
Kibana Machine 2023-08-04 16:16:05 -04:00
parent 721438a459
commit 1d38289d6a

View file

@ -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