diff --git a/test/interpreter_functional/test_suites/run_pipeline/basic.ts b/test/interpreter_functional/test_suites/run_pipeline/basic.ts index 23dbba0c5ce17..51ad789143c54 100644 --- a/test/interpreter_functional/test_suites/run_pipeline/basic.ts +++ b/test/interpreter_functional/test_suites/run_pipeline/basic.ts @@ -113,7 +113,7 @@ export default function({ await expectExpression('partial_test_2', metricExpr, context).toMatchSnapshot() ).toMatchScreenshot(); - // disabled because the plugin 'region-map' was not migrated to the new platform + // TODO: should be uncommented when the region map is migrated to the new platform // const regionMapExpr = `regionmap visConfig='{"metric":{"accessor":1,"format":{"id":"number"}},"bucket":{"accessor":0}}'`; // await ( // await expectExpression('partial_test_3', regionMapExpr, context).toMatchSnapshot()