summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stats-test/usertests-inc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats-test/usertests-inc.mk b/stats-test/usertests-inc.mk
index 102d0ea..009c277 100644
--- a/stats-test/usertests-inc.mk
+++ b/stats-test/usertests-inc.mk
@@ -13,8 +13,10 @@
# limitations under the License.
#
+ifeq (true,$(call TOBOOL,$(STORAGE_ENABLE_ERROR_REPORTING)))
TRUSTY_USER_TESTS += \
trusty/user/app/sample/stats-test \
trusty/user/app/sample/stats-test/consumer \
trusty/user/app/sample/stats-test/relayer \
+endif