Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: server/site_tests/suites/control.bvt

Issue 6825028: [autotest] Ensure that ownership state is properly cleaned during test setup (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/site_tests/suite_Smoke/control ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/suites/control.bvt
diff --git a/server/site_tests/suites/control.bvt b/server/site_tests/suites/control.bvt
index 057402aeb97f34b66a43e45d5f08c13abf883033..fa1e23ba9417b1626fe45034358401c1edd80682 100644
--- a/server/site_tests/suites/control.bvt
+++ b/server/site_tests/suites/control.bvt
@@ -46,9 +46,8 @@ TESTS = [
('login_CryptohomeIncognitoUnmounted', {}),
('login_LoginSuccess', {'tag': 'default'}),
('login_LoginSuccess', {'creds': '$apps', 'tag': 'apps'}),
-# TODO(cmasone): http://crosbug.com/14008
-# ('login_OwnershipNotRetaken', {}),
-# ('login_OwnershipTaken', {}),
+ ('login_OwnershipNotRetaken', {}),
+ ('login_OwnershipTaken', {}),
('login_RemoteLogin', {}),
('network_DisableInterface', {'iface_name': 'wlan0',
'tag': 'wlan0'}),
« no previous file with comments | « client/site_tests/suite_Smoke/control ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698