From e0469c35cefd2fdcdf85f7baa00c7e1a4e55c50e Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Wed, 12 Dec 2012 21:13:51 -0500 Subject: [PATCH] trying backing out the addition of the xmodule jasmine tests and see if builds start passing again on Jenkins --- jenkins/test_edge.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/test_edge.sh b/jenkins/test_edge.sh index 52164db59a..7b58b481f6 100755 --- a/jenkins/test_edge.sh +++ b/jenkins/test_edge.sh @@ -23,7 +23,6 @@ rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1 rake phantomjs_jasmine_lms || true rake phantomjs_jasmine_cms || true -rake phantomjs_jasmine_common/lib/xmodule rake coverage:xml coverage:html [ $TESTS_FAILED == '0' ]