mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#163207)
This commit is contained in:
parent
721438a459
commit
1d38289d6a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue