BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 (#9806)

* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3

* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3
This commit is contained in:
Sampada 2020-08-02 01:39:35 +05:30 committed by GitHub
parent 3acad0b7cf
commit f18d4dfa98
1 changed files with 9 additions and 1 deletions

View File

@ -15,7 +15,15 @@ import java.util.logging.Logger;
import static org.junit.Assert.fail;
public class PrimeNumbersUnitManualTest {
/**
* This test expects the file target/test-classes/META-INF/BenchmarkList to be present.
*
* Before running the test ensure that the file is present.
* If not, please run mvn install on the module.
*
*/
public class PrimeNumbersManualTest {
private static Logger logger = Logger.getAnonymousLogger();