Tag mongodb and redis tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user