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

Commit 078330fb authored by Alec Mouri's avatar Alec Mouri
Browse files

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