From 9e21516c085473a8a06f3112c12499f833496f45 Mon Sep 17 00:00:00 2001 From: Uladzislau Lasitsa Date: Wed, 6 May 2020 10:51:48 +0300 Subject: [PATCH] updated comment --- test/interpreter_functional/test_suites/run_pipeline/basic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()