Index: /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py	(revision 61852)
+++ /trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py	(revision 61853)
@@ -313,7 +313,7 @@
         reporter.log('IGuest::additionsRunLevel=%s' % (iLevel,));
 
-        ## @todo We really need that wait!!
-        #if iLevel != eExpectedRunLevel:
-        #    reporter.error('Expected runlevel %d, found %d instead' % (eExpectedRunLevel, iLevel));
+        if iLevel != eExpectedRunLevel:
+            pass; ## @todo We really need that wait!!
+            #reporter.error('Expected runlevel %d, found %d instead' % (eExpectedRunLevel, iLevel));
         return True;
 
