Merge "Mark an integration tests python_test_host as not unit tests"
diff --git a/tests/Android.bp b/tests/Android.bp
index ba68cd5..ec38cea 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -28,6 +28,9 @@
         "fmq_test_client",
     ],
     test_suites: ["general-tests", "vts"],
+    test_options: {
+        unit_test: false,
+    },
 }
 
 cc_test {