From ed7b4818a152f9eea9595196f56ff544720a2d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20T=C3=A9treault-Pinard?= Date: Wed, 20 Mar 2019 09:47:16 -0400 Subject: [PATCH] no need to test `cone` traces during pre-release checklist --- tasks/noci_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/noci_test.sh b/tasks/noci_test.sh index 651cd46eecf..9e8ac69e110 100755 --- a/tasks/noci_test.sh +++ b/tasks/noci_test.sh @@ -31,7 +31,6 @@ test_jasmine () { test_image () { $root/../orca/bin/orca.js graph \ $root/test/image/mocks/mapbox_* \ - $root/test/image/mocks/gl3d_cone* \ --plotly $root/build/plotly.js \ --mapbox-access-token "pk.eyJ1IjoiZXRwaW5hcmQiLCJhIjoiY2luMHIzdHE0MGFxNXVubTRxczZ2YmUxaCJ9.hwWZful0U2CQxit4ItNsiQ" \ --output-dir $root/test/image/baselines/ \