Merge "tests: Add the missing tests in applypatch_modes_test.cpp."
diff --git a/tests/Android.bp b/tests/Android.bp
index 4764bc4..dc20f33 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -198,4 +198,11 @@
     ],
 
     data: ["testdata/*"],
+
+    target: {
+        darwin: {
+            // libimgdiff is not available on the Mac.
+            enabled: false,
+        },
+    },
 }