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

Commit 8b7020b1 authored by William Escande's avatar William Escande
Browse files

run bluetooth_test_gd_unit for system change only

The bluetooth_test_gd_unit is flaky. It is trigger unconditionally to
any change in the Bluetooth.
When modifying java code, this has no impact on bluetooth_test_gd_unit.
Same when adding flag or any other folder.

Since this is a gd test it is in theory possible to have a more narrow
window that trigger the test, but I don't want to assume too much

Bug: 311772251
Test: test mapping
Flag: Exempt TEST_ONLY
Change-Id: Iee454520c4a303b70fa14791c155d6b252ec761e
parent 45125a5d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -107,9 +107,6 @@
    {
      "name": "bluetooth_test_common"
    },
    {
      "name": "bluetooth_test_gd_unit"
    },
    {
      "name": "bluetooth_test_sdp"
    },

system/TEST_MAPPING

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "bluetooth_test_gd_unit"
    }
  ]
}