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

Unified Diff: chrome/test/data/extensions/api_test/activity_log_private/test/test.js

Issue 23514063: [Activity Log] Disable the webrequest end to end tests for win - they seem to be very flaky. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/activity_log_private/test/test.js
diff --git a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
index 8b2e1f6adc6fbaaea7a25d1ebbc88b290d439b5e..a91049c34045b018dcf41b3d9c80bc81774789fc 100644
--- a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
+++ b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
@@ -122,6 +122,10 @@ testCases.push({
});
testCases.push({
+ // TODO(karenlees): disabled as logging on windows is not consistent between
+ // runs and between different windows builds. Enable when crbug.com/292252
+ // is fixed.
+ disabled: {win: true},
func: function triggerWebRequest() {
chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji',
'webrequest', function response() { });
@@ -178,6 +182,10 @@ testCases.push({
});
testCases.push({
+ // TODO(karenlees): disabled as logging on windows is not consistent between
+ // runs and between different windows builds. Enable when crbug.com/292252
+ // is fixed.
+ disabled: {win: true},
func: function triggerWebRequestIncognito() {
chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji',
'webrequest_incognito', function response() { });
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698