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
This commit is contained in:
Sam Delmerico 2022-09-21 10:56:49 -04:00
parent b2bf9efa32
commit 3e5fcd8a61

View file

@ -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
)