Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Oct 9, 2024
1 parent 45ce966 commit a0c61da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@
<phase>test</phase>
<goals>
<goal>report</goal>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
import org.springframework.boot.test.context.SpringBootTest;

import java.util.Map;


@EnabledIfSystemProperty(named = "redisCaseEnabled", matches = "true")
@SpringBootTest
public class RedisVGroupMappingStoreManagerTest {
private RedisVGroupMappingStoreManager redisVGroupMappingStoreManager;
Expand Down

0 comments on commit a0c61da

Please sign in to comment.