From 877772f80dc6798a87e64595d6078110d4d8542f Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 3 Nov 2016 15:49:28 -0400 Subject: [PATCH] Add another temporary directory to be ignored during tests. --- mayan/apps/common/tests/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/common/tests/mixins.py b/mayan/apps/common/tests/mixins.py index d5bfaf2e31..e5c818b1ed 100644 --- a/mayan/apps/common/tests/mixins.py +++ b/mayan/apps/common/tests/mixins.py @@ -34,7 +34,7 @@ class ContentTypeCheckMixin(object): class TempfileCheckMixin(object): # Ignore the jvmstat instrumentation and GitLab's CI .config files - ignore_globs = ('hsperfdata_*', '.config') + ignore_globs = ('hsperfdata_*', '.config', '.cache') def _get_temporary_entries(self): ignored_result = []