We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a7a8f0 commit 40c2533Copy full SHA for 40c2533
README.md
@@ -115,7 +115,7 @@ public class SomeIntegrationTestThatRequiresRedis {
115
jedisSentinelHosts = JedisUtil.sentinelHosts(cluster);
116
}
117
118
- @Test
+ @TestApp
119
public void test() throws Exception {
120
// testing code that requires redis running
121
JedisSentinelPool pool = new JedisSentinelPool("master1", jedisSentinelHosts);
0 commit comments