diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index ab85646..8e081fd 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -289,6 +289,9 @@
  * When debugging is enabled:
  * - The markup of each Twig template is surrounded by HTML comments that
  *   contain theming information, such as template file name suggestions.
+ * - Note that this debugging markup will cause automated tests that directly
+ *   check rendered HTML to fail. When running automated tests, 'twig_debug'
+ *   should be set to FALSE.
  * - The dump() function can be used in Twig templates to output information
  *   about template variables.
  * - Twig templates are automatically recompiled whenever the source code
