From 103a2b208d987c5832aa5746abc87d678025957e Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Mon, 10 Apr 2017 15:08:50 -0400 Subject: [PATCH] ci: error-reporting: exclude from system tests --- scripts/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/helpers.js b/scripts/helpers.js index 35f61e99734..799c2e22248 100644 --- a/scripts/helpers.js +++ b/scripts/helpers.js @@ -239,6 +239,7 @@ Module.prototype.runSystemTests = function() { var modulesExcludedFromSystemTests = [ 'common', 'common-grpc', + 'error-reporting', 'monitoring' ];