Skip to content

Commit 2ee2a12

Browse files
committed
Merge branch '4.x'
2 parents 76a262b + 902bcb4 commit 2ee2a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/logcache/v1/LogCacheTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import static org.assertj.core.api.Assertions.within;
3636
import static org.cloudfoundry.util.DelayUtils.exponentialBackOff;
3737

38+
@IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_9)
3839
public class LogCacheTest extends AbstractIntegrationTest implements InitializingBean {
3940

4041
@Autowired
@@ -56,7 +57,6 @@ public void afterPropertiesSet() {
5657
this.testLogCacheAppMetadata = this.testLogCacheApp.block();
5758
}
5859

59-
@IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_8)
6060
@Test
6161
public void info() {
6262
this.logCacheClient.info(InfoRequest.builder().build())

0 commit comments

Comments
 (0)