Disable the activity logging webrequest end to end tests for win - they seem to be very flaky.


BUG=293126
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/23514063

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223514 0039d316-1c4b-4281-b951-d872f2087c98
parent bc2ae0f6
...@@ -122,6 +122,10 @@ testCases.push({ ...@@ -122,6 +122,10 @@ testCases.push({
}); });
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() { func: function triggerWebRequest() {
chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji', chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji',
'webrequest', function response() { }); 'webrequest', function response() { });
...@@ -178,6 +182,10 @@ testCases.push({ ...@@ -178,6 +182,10 @@ testCases.push({
}); });
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() { func: function triggerWebRequestIncognito() {
chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji', chrome.runtime.sendMessage('pknkgggnfecklokoggaggchhaebkajji',
'webrequest_incognito', function response() { }); 'webrequest_incognito', function response() { });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment