Index: /trunk/src/VBox/ValidationKit/testdriver/vbox.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testdriver/vbox.py	(revision 61519)
+++ /trunk/src/VBox/ValidationKit/testdriver/vbox.py	(revision 61520)
@@ -2570,5 +2570,4 @@
                                  ('cpumguestinstr', 'symbol all'),
                                  ('pic', ''),
-                                 ('apic', ''),
                                  ('ioapic', ''),
                                  ('pit', ''),
@@ -2578,5 +2577,5 @@
                                  ('guestgdt', ''),
                                  ('ldtguest', ''),
-                                ]:
+                                ]: # ('apic', ''), - asserts, wtf?
                 sThis = oSession.queryDbgInfo(sInfo, sArg);
                 if sThis is not None and len(sThis) > 0:
