From db1c5523216d1ed9ea0571c71887a931542b26a5 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Wed, 30 Oct 2013 00:20:58 +0100 Subject: [PATCH] Tries to work around crash of the testsuite in Travis. --- projects/mtg/src/TestSuiteAI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/TestSuiteAI.cpp b/projects/mtg/src/TestSuiteAI.cpp index 97ea53bd8..98b8c8106 100644 --- a/projects/mtg/src/TestSuiteAI.cpp +++ b/projects/mtg/src/TestSuiteAI.cpp @@ -611,7 +611,7 @@ void TestSuite::ThreadProc(void* inParam) int TestSuite::run() { mProcessing = true; - loadNext(); +// loadNext(); ThreadProc(this); return nbFailed + nbAIFailed;