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

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2019 the original author or authors.
* Copyright 2016-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -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
*/
@EnabledOnRedis
@Tag("redis")
public class RedisRepositoryTests extends AbstractRepositoryTests {
@Override