diff --git a/recipe_modules/infra_paths/__init__.py b/recipe_modules/infra_paths/__init__.py index 13bbc390f1..1a4e20bb64 100644 --- a/recipe_modules/infra_paths/__init__.py +++ b/recipe_modules/infra_paths/__init__.py @@ -2,3 +2,6 @@ DEPS = [ 'recipe_engine/path', 'recipe_engine/properties', ] + +# TODO(phajdan): provide coverage (http://crbug.com/693058). +DISABLE_STRICT_COVERAGE = True diff --git a/recipe_modules/tryserver/__init__.py b/recipe_modules/tryserver/__init__.py index 76c8fb8c8f..f979d74fc5 100644 --- a/recipe_modules/tryserver/__init__.py +++ b/recipe_modules/tryserver/__init__.py @@ -14,3 +14,7 @@ DEPS = [ 'rietveld', 'recipe_engine/step', ] + + +# TODO(phajdan): provide coverage (http://crbug.com/693058). +DISABLE_STRICT_COVERAGE = True