| 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_);
|
|
|