Skip to content

Commit 03b6292

Browse files
committed
Restrict ApplicationsTests#logs to CF 2.x line
- The DopplerClient does not work with Loggregator >= 107.0.0, and we cannot obtain "recent" logs. Until this is fixed, we cannot cut a release. That is the only blocking test. - See cloudfoundrygh-1181, cloudfoundrygh-1230, cloudfoundrygh-1237
1 parent ae64ebd commit 03b6292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test/src/test/java/org/cloudfoundry/operations/ApplicationsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ public void listTasks() throws IOException {
487487
}
488488

489489
@Test
490+
@IfCloudFoundryVersion(lessThan = CloudFoundryVersion.PCF_4_v2)
490491
public void logs() throws IOException {
491492
String applicationName = this.nameFactory.getApplicationName();
492493

0 commit comments

Comments
 (0)