1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_mau.py b/tests/test_mau.py
index 26548b4611..586294446b 100644
--- a/tests/test_mau.py
+++ b/tests/test_mau.py
@@ -78,7 +78,8 @@ class TestMauLimit(unittest.HomeserverTestCase):
def test_as_ignores_mau(self):
"""Test that application services can still create users when the MAU
- limit has been reached.
+ limit has been reached. This only works when application service
+ user ip tracking is disabled.
"""
# Create and sync so that the MAU counts get updated
|