From 7da8842b314fde61de3e78025514d0a36093c1e7 Mon Sep 17 00:00:00 2001 From: legrand Date: Mon, 7 Apr 2008 08:09:13 +0000 Subject: [PATCH] removed EAAIsland tests git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1187 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-peo/test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/paradiseo-peo/test/CMakeLists.txt b/trunk/paradiseo-peo/test/CMakeLists.txt index 92ac9fe41..3da04e9e1 100644 --- a/trunk/paradiseo-peo/test/CMakeLists.txt +++ b/trunk/paradiseo-peo/test/CMakeLists.txt @@ -59,8 +59,8 @@ SET (TEST_LIST t-ParallelEval t-ParallelTransform t-MultiStart t-PSOSelect - t-EAAsyncIsland - t-EASyncIsland + #t-EAAsyncIsland + #t-EASyncIsland t-PSOGlobalBest t-PSOWorstPosition)