From 73156357ed95c5d91fb9f7d6a8a1fb92e9029047 Mon Sep 17 00:00:00 2001
From: Simon Butcher <simon.butcher@arm.com>
Date: Wed, 4 Nov 2015 00:36:30 +0000
Subject: [PATCH] Disable Yotta tests from 'all tests' script

Yotta tests not supported in 2.1 branch
---
 tests/scripts/all.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index d96615b48..5ddb03565 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -83,9 +83,10 @@ msg "test/build: declared and exported names" # < 3s
 cleanup
 tests/scripts/check-names.sh
 
-msg "build: create and build yotta module" # ~ 30s
-cleanup
-tests/scripts/yotta-build.sh
+# Yotta not supported in 2.1 branch
+#msg "build: create and build yotta module" # ~ 30s
+#cleanup
+#tests/scripts/yotta-build.sh
 
 msg "build: cmake, gcc, ASan" # ~ 1 min 50s
 cleanup