The tests are failing on Win 7 bots, even though the code has not
changed recently. Disable the tests for now to keep the bots green.
Bug: 1231528
Change-Id: I88f592f7c7cc5e571550e46430fb421788ffbbe8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3044494
Reviewed-by: Lingqi Chi <lingqi@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#904140}
//printing contains foundational code that is used for printing. It can depend
on other low-level directories like //cc/paint and //ui, but not higher
level code like //components or //content. Higher level printing code should
live in //components/printing or the embedder.