Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 477c504c authored by Alec Mouri's avatar Alec Mouri
Browse files

Revert "Remove FrameTracerTest from presubmit"

This reverts commit 078330fb.

Reason for revert: Change I39f6d48ef3a8f50ad3b0f739ada7b64cbead7a3d re-links the full perfetto client library, so the test is no longer failing

Change-Id: I18ead6bebee3df5b3c6e10a0ffdab26fd6115fd0
parent 078330fb
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libsurfaceflinger_unittest",
      // TODO(b/148517641): re-enable once this test is fixed
      "options": [
          {
	      "exclude-filter": "FrameTracerTest.*"
	  }
      ]
      "name": "libsurfaceflinger_unittest"
    },
    {
      "name": "libcompositionengine_test"
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ cc_test {
        // option to false temporarily.
        address: true,
    },
    data: ["libsurfaceflinger_unittest.filter"],
    srcs: [
        ":libsurfaceflinger_sources",
        "libsurfaceflinger_unittest_main.cpp",
+0 −6
Original line number Diff line number Diff line
{
        // TODO(b/148517641): re-enable once this test is fixed
        "presubmit": {
            "filter": "*:-FrameTracerTest.*"
        }
}