Index: chrome/browser/ui/webui/sync_internals_browsertest.js |
diff --git a/chrome/browser/ui/webui/sync_internals_browsertest.js b/chrome/browser/ui/webui/sync_internals_browsertest.js |
index 3bd6a6317e8032b6d029199e99820d532157fbaa..c86a89dd97c9132547c3995d099654256db6b743 100644 |
--- a/chrome/browser/ui/webui/sync_internals_browsertest.js |
+++ b/chrome/browser/ui/webui/sync_internals_browsertest.js |
@@ -231,7 +231,9 @@ NETWORK_EVENT_DETAILS_2 = { |
TEST_F('SyncInternalsWebUITest', 'Uninitialized', function() { |
assertNotEquals(null, chrome.sync.aboutInfo); |
- expectTrue(this.hasInDetails(true, 'Username', '')); |
+ // TODO(rogerta): re-enable this test on non-cros platforms. On cros, the |
Nicolas Zea
2014/12/04 17:57:39
Were you planning to conditionally disable this as
Roger Tawa OOO till Jul 10th
2014/12/04 22:26:47
Right, I want fix this TODO before commit. Here i
|
+ // user is always signed in. |
+ //expectTrue(this.hasInDetails(true, 'Username', '')); |
expectTrue(this.hasInDetails(false, 'Summary', 'Uninitialized')); |
}); |