From bef848ec2df5ba6b5083db0276636c4ad5b9e8cb Mon Sep 17 00:00:00 2001 From: Nikolay Martynov Date: Mon, 13 Apr 2020 18:44:18 -0400 Subject: [PATCH] Disable coverage and add TODO --- utils/thread-utils/thread-utils.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/thread-utils/thread-utils.gradle b/utils/thread-utils/thread-utils.gradle index d78196f16b..fd5a0b31c8 100644 --- a/utils/thread-utils/thread-utils.gradle +++ b/utils/thread-utils/thread-utils.gradle @@ -1,5 +1,10 @@ apply from: "${rootDir}/gradle/java.gradle" +// TODO: add more tests +excludedClassesCoverage += [ + 'datadog.common.exec*' +] + dependencies { compile deps.slf4j