skip failing test suite (#178895)

This commit is contained in:
Kibana Machine 2024-03-18 17:25:28 -04:00
parent 5ca611ad45
commit cecc6c884c

View file

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