Tag mongodb and redis tests

This commit is contained in:
Janne Valkealahti
2020-11-22 14:08:49 +00:00
parent bb8d1b3014
commit 2297ee93d1
6 changed files with 17 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ import static org.springframework.statemachine.TestUtils.resolveMachine;
import java.util.ArrayList;
import java.util.List;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
@@ -48,6 +49,7 @@ import org.springframework.statemachine.transition.TransitionKind;
* @author Janne Valkealahti
*/
@EnabledOnMongoDb
@Tag("mongodb")
public class MongoDbRepositoryTests extends AbstractRepositoryTests {
@Override