enable concurrency project (#3709)

This commit is contained in:
Loredana Crusoveanu
2018-02-24 09:14:29 +02:00
committed by Grzegorz Piwowarek
parent 058525f68b
commit 70fd753e48
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import org.junit.Test;
import com.jayway.awaitility.Awaitility;
public class StopThreadTest {
public class StopThreadManualTest {
@Test
public void whenStoppedThreadIsStopped() throws InterruptedException {