Tag additional smoke test

This commit is contained in:
Janne Valkealahti
2020-11-22 13:56:26 +00:00
parent 69d0d9d65f
commit bb8d1b3014

View File

@@ -32,6 +32,7 @@ import java.util.concurrent.atomic.AtomicReference;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
@@ -70,6 +71,7 @@ public class EventDeferTests extends AbstractStateMachineTests {
}
@Test
@Tag("smoke")
@Timeout(value = 20, unit = TimeUnit.SECONDS)
public void testDeferSmokeExecutorConcurrentModification() throws Exception {
context.register(Config5.class);