diff --git a/test/ganeti.locking_unittest.py b/test/ganeti.locking_unittest.py
index 150b02c22ae29f87a30a9d13dbcab358376cd47e..e254e85b75620745448f0934aca3c8c099963e3b 100755
--- a/test/ganeti.locking_unittest.py
+++ b/test/ganeti.locking_unittest.py
@@ -517,7 +517,6 @@ class TestGanetiLockManager(unittest.TestCase):
       self.assertEqual(i, locking.LEVELS[i])
 
   def testDoubleGLFails(self):
-    # We are not passing test=True, so instantiating a new one should fail
     self.assertRaises(AssertionError, locking.GanetiLockManager)
 
   def testLockNames(self):