Bluetooth: Mesh: Disable pb_adv_reprovision
pb_adv_reprovision is failing in CI, but the error cannot be reproduced locally. Disable the test as a hotfix for main, so we can determine the issue and re-enable the test in a separate PR. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
This commit is contained in:
parent
3e551d658c
commit
c1d5e1fda0
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
source $(dirname "${BASH_SOURCE[0]}")/../../_mesh_test.sh
|
||||||
|
|
||||||
RunTest mesh_provision_pb_adv_reprovision \
|
# TODO: Disabled as a hotfix
|
||||||
prov_device_pb_adv_reprovision \
|
# RunTest mesh_provision_pb_adv_reprovision \
|
||||||
prov_provisioner_pb_adv_reprovision
|
# prov_device_pb_adv_reprovision \
|
||||||
|
# prov_provisioner_pb_adv_reprovision
|
||||||
|
|
Loading…
Reference in a new issue