diff --git a/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php b/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php
index 545093124dbe74709ed2b8fec9fd98eb90d212e1..f22251508a5eabefe5911e2752e99f04d4d14644 100644
--- a/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php
+++ b/tests/modules/core/lib/Auth/Process/ScopeFromAttributeTest.php
@@ -102,8 +102,6 @@ class Test_Core_Auth_Process_ScopeFromAttribute extends TestCase
 
     /*
      * When the source attribute doesn't have a scope, a warning is emitted
-     * NOTE: currently disabled: this triggers a warning and a warning
-     * wants to start a session which we cannot do in phpunit. How to fix?
      */
     public function testNoAt()
     {