Disable remote execution / caching for android_ndk_integration_test.

The test is currently incompatible with it.

RELNOTES: None.
PiperOrigin-RevId: 232619572
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index 2f8d4a8..eedefff 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -91,6 +91,8 @@
         "//src/test/shell/bazel:test-deps",
     ],
     shard_count = 6,
+    # Remove once fixed: https://github.com/bazelbuild/bazel/issues/4663
+    tags = ["no-remote"],
 )
 
 sh_test(