Revert "Add our integration tests to cts"

This reverts commit a7351654f40cd0f6caccf1780d55d1fe2632af11.

Reason for revert: Failing google_required_freeze/test-mapping-presubmit/vendor_img_cf_x86_rvc b/218303240
Test: N/A

Change-Id: I5691376a3e8cb8d7455222f73f965a7bca01b707
diff --git a/tests/Android.bp b/tests/Android.bp
index 58cc06f..cf720f1 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -22,13 +22,8 @@
 kernel_modules_stem = "virt_device_prebuilts_kernel_modules-" + kernel_version
 
 cc_test {
-    // ".64" suffix is to work around cts-unit-test which is demanding that all
-    // executables in CTS should have both 32 and 64 ABIs.
-    name: "VirtualizationTestCases.64",
-    test_suites: [
-        "cts",
-        "general-tests",
-    ],
+    name: "VirtualizationTestCases",
+    test_suites: ["general-tests"],
     srcs: [
         "common.cc",
         "vsock_test.cc",