[bazel] //tests/BUILD.bazel: Comment out GANESH_TESTS entries that cause //tests:ganesh_tests to fail.

The reason why I'm addressing GANESH_TESTS now is that I intend to use these tests in my proof-of-concept work on CI tasks for Bazel-built Android tests.

This fix can be verified with the following Bazel invocation (must be run from an X session):

    $ bazel test //tests:ganesh_tests \
        --gpu_backend=gl_backend \
        --enable_gpu_test_utils \
        --config=for_linux_x64_with_rbe \
        --test_timeout=3600 \
        --strategy=TestRunner=linux-sandbox

Bug: skia:14227
Change-Id: I113accacc2a2c1dd18e36d3a5d99862442d16174
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/669477
Commit-Queue: Leandro Lovisolo <lovisolo@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
1 file changed