Changeset 93052 in vbox for trunk/src/VBox
- Timestamp:
- Dec 22, 2021 8:41:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93039 r93052 1456 1456 ( False, self.testGuestCtrlFileWrite, 'file_write', 'File write',), 1457 1457 ( False, self.testGuestCtrlFileRemove, 'file_remove', 'Removing files',), # Destroys prepped files. 1458 ## @todo bird (2021-12-12): Disabled the testGuestCtrlSessionReboot test because it fails most of the time both 1459 # against trunk and 6.1.31 without being able to immediately spot why this happens. Because it seems to succeed 1460 # sometimes, it's probably not due to missing code, perhaps some race or dropping of client disconnect messages? 1461 #( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. 1458 ( False, self.testGuestCtrlSessionReboot, 'session_reboot', 'Session w/ Guest Reboot',), # May zap /tmp. 1462 1459 ( False, self.testGuestCtrlUpdateAdditions, 'update_additions', 'Updating Guest Additions',), 1463 1460 ];
Note:
See TracChangeset
for help on using the changeset viewer.