From eca9a375e355d62c6f88828c994948c2cc54cc46 Mon Sep 17 00:00:00 2001 From: Alexander Kyte Date: Tue, 7 Jun 2016 15:51:00 -0400 Subject: [PATCH] [mobile_static] Skip mcs compiler tests for mobile_static --- scripts/ci/run-test-mobile_static.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ci/run-test-mobile_static.sh b/scripts/ci/run-test-mobile_static.sh index 168fd8ca49a..6fab181aa30 100755 --- a/scripts/ci/run-test-mobile_static.sh +++ b/scripts/ci/run-test-mobile_static.sh @@ -13,8 +13,6 @@ ${TESTCMD} --label=runtime --timeout=160m make -w -C mono/tests -k test-wrench V ${TESTCMD} --label=corlib --timeout=30m make -w -C mcs/class/corlib run-test ${TESTCMD} --label=verify --timeout=15m make -w -C runtime mcs-compileall ${TESTCMD} --label=profiler --timeout=30m make -w -C mono/profiler -k check -${TESTCMD} --label=compiler --timeout=30m make -w -C mcs/tests run-test -${TESTCMD} --label=compiler-errors --timeout=30m make -w -C mcs/errors run-test ${TESTCMD} --label=System --timeout=10m make -w -C mcs/class/System run-test ${TESTCMD} --label=System.XML --timeout=5m make -w -C mcs/class/System.XML run-test ${TESTCMD} --label=Mono.Security --timeout=5m make -w -C mcs/class/Mono.Security run-test -- 2.25.1