From e8ab079b06c330576ad616b53be87d7e83db424e Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Wed, 16 Dec 2015 06:44:41 -0800 Subject: [PATCH] Revert "Run functional tets in parallel" This reverts commit 0ac3e9d3a40d331434d0a273caa5ec865dafeb04. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7a89a3c7d4..9086cc32a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: before_install: - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi env: - - KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled KOREBUILD_TEST_DNXCORE=true + - KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled KOREBUILD_TEST_DNXCORE=true NO_PARALLEL_TEST_PROJECTS=Microsoft.AspNet.Mvc.FunctionalTests mono: - 4.0.5 os: