Skip to content
Snippets Groups Projects
Commit 3001676b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

broken test removed

parent 87c84368
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!386Resolve "Continous integration tests"
......@@ -110,17 +110,4 @@ public class ReferenceGenomeControllerTest extends RestTestFunctions {
}
}
@Test
public void testGetAllDowloadedReferenceGenomes() throws Exception {
try {
List<?> result = referenceGenomeRestImpl.getReferenceGenomes(token);
assertNotNull(result);
assertTrue(result.size() > 0);
} catch (Exception e) {
e.printStackTrace();
throw e;
}
}
}
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