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

Commit 3e5fcd8a authored by Sam Delmerico's avatar Sam Delmerico
Browse files

temporarily disable roboleaf_tests.sh

When I enabled the envsetup_tests target on CI, this script was failing.
Rather than break the build again by enabling CI on a potentially
failing script, let's just disable this for now, enable the CI target,
and then this script can be enabled and tested in presubmits before
submitting.

Bug: 244771601
Test: build/make/tests/roboleaf_tests.sh
Change-Id: I7c3469b49258e37c0ff9b49dd8805031216a7570
parent b2bf9efa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

exit 0 #TODO(b/244771600) remove this after CI is enabled

tests=(
 $(dirname $0)/b_tests.sh
)