From de9de852379a35cf2bcbec052deccb6cc7fa40c5 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 25 Dec 2019 09:34:59 +0000 Subject: [PATCH] Tag to smoke tests --- .../tasks/src/test/java/demo/tasks/TasksTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-statemachine-samples/tasks/src/test/java/demo/tasks/TasksTests.java b/spring-statemachine-samples/tasks/src/test/java/demo/tasks/TasksTests.java index 20add09f..62eabd5b 100644 --- a/spring-statemachine-samples/tasks/src/test/java/demo/tasks/TasksTests.java +++ b/spring-statemachine-samples/tasks/src/test/java/demo/tasks/TasksTests.java @@ -31,6 +31,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.AnnotationConfigApplicationContext; @@ -96,6 +97,7 @@ public class TasksTests { } @Test + @Tag("smoke") public void testRunSmoke() throws InterruptedException { for (int i = 0; i < 20; i++) { log.info("testRunSmoke SMOKE START " + i);