mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#178895)
This commit is contained in:
parent
5ca611ad45
commit
cecc6c884c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
// NOTE: Occasionally, you may need to run the test and copy the "session" image file and replace the
|
||||
// "baseline" image file to reflect current renderings. The source and destination file paths can be found in
|
||||
// the debug logs.
|
||||
describe('dashboard reporting: creates a map report', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/178895
|
||||
describe.skip('dashboard reporting: creates a map report', () => {
|
||||
// helper function to check the difference between the new image and the baseline
|
||||
const measurePngDifference = async (fileName: string) => {
|
||||
const url = await PageObjects.reporting.getReportURL(60000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue