Skip to content

Commit f342e8e

Browse files
committed
Limit Log Cache Tests
On earlier versions of the log cache implementation there are known issues that are causing our CI to fail intermittently. This commit limits those tests to recent versions of CF. Signed-off-by: Paul Harris <[email protected]>
1 parent f92fe3c commit f342e8e

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)