From 92b73b0dbbf20f5302a09845c4dc6777cfe34f04 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Mon, 11 Jul 2016 10:05:55 -0600 Subject: [PATCH] Remove zerocash tests from full-test-suite. --- qa/zcash/full-test-suite.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/zcash/full-test-suite.sh b/qa/zcash/full-test-suite.sh index 85387ff07..8f307cfdf 100755 --- a/qa/zcash/full-test-suite.sh +++ b/qa/zcash/full-test-suite.sh @@ -27,7 +27,6 @@ cd "${REPOROOT}" # Test phases: run_test_phase "${REPOROOT}/qa/zcash/ensure-no-dot-so-in-depends.py" -run_test_phase "${REPOROOT}/src/zerocash/tests/utilTest" # If make check fails, show test-suite.log as part of our run_test_phase # output (and fail the phase with false):