Index: recipe_modules/infra_paths/test_api.py |
diff --git a/recipe_modules/infra_paths/test_api.py b/recipe_modules/infra_paths/test_api.py |
index a5bbb9ae4ea9926ff482e74b6ce587cead12e4b8..3468ddf0ba41485c8a5d36c529cf7006d3b8f2b9 100644 |
--- a/recipe_modules/infra_paths/test_api.py |
+++ b/recipe_modules/infra_paths/test_api.py |
@@ -5,7 +5,7 @@ |
from recipe_engine import recipe_test_api |
from recipe_engine.config_types import Path, NamedBasePath |
-class InfraPathsTestApi(recipe_test_api.RecipeTestApi): |
+class InfraPathsTestApi(recipe_test_api.RecipeTestApi): #pragma: no cover |
@recipe_test_api.mod_test_data |
@staticmethod |
def exists(*paths): |