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

Unified Diff: chrome/test/data/webui/print_preview_destination_search_test.js

Issue 2850353002: Reduce the log level for printer capability fetch failure. (Closed)
Patch Set: rebase Created 3 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 | « chrome/browser/resources/print_preview/data/destination_store.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview_destination_search_test.js
diff --git a/chrome/test/data/webui/print_preview_destination_search_test.js b/chrome/test/data/webui/print_preview_destination_search_test.js
index fdba0e14b3ac328ee0a828a4bf69dea2a570a660..2281770698c4095bb76c438b489674be5d58ea3f 100644
--- a/chrome/test/data/webui/print_preview_destination_search_test.js
+++ b/chrome/test/data/webui/print_preview_destination_search_test.js
@@ -182,12 +182,6 @@ TEST_F('PrintPreviewDestinationSearchTest', 'Select', function() {
});
test('ResolutionFails', function() {
- if (!cr.isChromeOS) {
- // Capabilities failure logs a console error for non-CrOS printers.
- // TODO(crbug.com/708739): Handle this gracefully and activate test.
- return;
- }
-
var destId = "001122DEADBEEF";
var resolver = mockSetupCall(destId, nativeLayer_);
« no previous file with comments | « chrome/browser/resources/print_preview/data/destination_store.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698