Bump deploy timeout
[apex.git] / apex / build_utils.py
index 213ae11..7846787 100644 (file)
@@ -86,7 +86,7 @@ def clone_fork(args):
         logging.info('Checked out commit:\n{}'.format(ws.head.commit.message))
 
 
-def strip_patch_sections(patch, sections=['releasenotes']):
+def strip_patch_sections(patch, sections=['releasenotes', 'tests']):
     """
     Removes patch sections from a diff which contain a file path
     :param patch:  patch to strip