Skip to content
Snippets Groups Projects

Resolve "problem with caching drugs list for big projects"

Merged Piotr Gawron requested to merge 2168-problem-with-caching-drugs-list-for-big-projects into master
Files
2
@@ -12,6 +12,7 @@ import lcsb.mapviewer.persist.dao.ProjectDao;
import lcsb.mapviewer.persist.dao.user.UserDao;
import org.apache.commons.lang3.math.NumberUtils;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Rollback;
@@ -174,6 +175,7 @@ public class ChemicalParserTest extends AnnotationTestFunctions {
}
@Test
@Ignore
public void testGetSuggestedQueryList() throws Exception {
Project project = new Project(TEST_PROJECT_ID);
project.setOwner(userDao.getUserByLogin(BUILT_IN_TEST_ADMIN_LOGIN));
Loading