Skip to content
Snippets Groups Projects
Commit 188e3a35 authored by pkupczyk's avatar pkupczyk
Browse files

Temporarily disable a "problematic" datastore server system test

SVN: 35668
parent d8b4e9bf
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ import ch.ethz.sis.openbis.generic.dssapi.v3.dto.datasetfile.search.DataSetFileS
public class SearchFileTest extends AbstractFileTest
{
@Test
@Test(enabled = false)
// enable it again once datastore server system tests Lucene problem is resolved
public void allFilesOfGivenDatasetsAreReturned() throws Exception
{
DataSetFileSearchCriteria sc = new DataSetFileSearchCriteria();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment