This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 4e5a045c authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Still testing Tests

parent 686b02f5
Branches
1 merge request!17Initial Merge to Prepare Release 1.0.0
......@@ -36,12 +36,12 @@ public class SearchServiceIT {
@Autowired
private SearchService searchService;
@BeforeAll
public static void setUpESServer() throws IOException, NodeValidationException {
LOGGER.info("Starting es test server");
ElasticSearchTestServerConfiguration.getTestInstance().startTestNode();
LOGGER.info("Started es test server");
}
// @BeforeAll
// public static void setUpESServer() throws IOException, NodeValidationException {
// LOGGER.info("Starting es test server");
// ElasticSearchTestServerConfiguration.getTestInstance().startTestNode();
// LOGGER.info("Started es test server");
// }
@Test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment