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

Commit 11514e74 authored by Ronald Braunstein's avatar Ronald Braunstein Committed by Gerrit Code Review
Browse files

Merge "Migrating test options From TEST_MAPPING -> Android.bp" into main

parents 945a0e1d d9b0dc59
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,5 +11,10 @@
                }
            ]
        }
    ],
    "postsubmit": [
        {
            "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes"
        }
    ]
}
+6 −0
Original line number Diff line number Diff line
@@ -24,5 +24,11 @@
                }
            ]
        }
    ],
    "postsubmit": [
        {
            // TODO(b/332974906): Promote in presubmit-large.
            "name": "CtsDevicePolicyManagerTestCases_LockSettings_NoFlakes"
        }
    ]
}
+7 −0
Original line number Diff line number Diff line
@@ -26,5 +26,12 @@
        }
      ]
    }
  ],
  "postsubmit": [
    {
      // TODO(b/332974906): Promote in presubmit presubmit-devicepolicy.
      "name": "CtsDevicePolicyManagerTestCases_NoFlakes_NoLarge",
      "name": "CtsDevicePolicyManagerTestCases_ParentProfileApiDisabled"
    }
  ]
}