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;