Remove FrameTracerTest from presubmit

Right now they fail on the lab due to an atrace breakage. Disable these
tests while that breakage is sorted out.

Bug: 148517641
Test: presubmit
Change-Id: I6771afa39da4c023b316cdf705f0fc95ac34ab5a
diff --git a/services/surfaceflinger/tests/unittests/Android.bp b/services/surfaceflinger/tests/unittests/Android.bp
index 1eaf2dd..010dc27 100644
--- a/services/surfaceflinger/tests/unittests/Android.bp
+++ b/services/surfaceflinger/tests/unittests/Android.bp
@@ -32,6 +32,7 @@
         // option to false temporarily.
         address: true,
     },
+    data: ["libsurfaceflinger_unittest.filter"],
     srcs: [
         ":libsurfaceflinger_sources",
         "libsurfaceflinger_unittest_main.cpp",