- Timestamp:
- Dec 12, 2021 3:05:38 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r92875 r92877 1451 1451 ( False, self.testGuestCtrlFileWrite, 'file_write', 'File write',), 1452 1452 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1453 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. 1453 ## @todo bird (2021-12-12): Disabled the testGuestCtrlSessionReboot test because it fails most of the time both 1454 # against trunk and 6.1.31 without being able to immediately spot why this happens. Because it seems to succeed 1455 # sometimes, it's probably not due to missing code, perhaps some race or dropping of client disconnect messages? 1456 #( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. 1454 1457 ( False, self.testGuestCtrlUpdateAdditions, 'update_additions', 'Updating Guest Additions',), 1455 1458 ];
Note:
See TracChangeset
for help on using the changeset viewer.