Skip to content

Commit 94da9cd

Browse files
committed
Fix CI
This commit disables a deployments test for Cloud Foundry versions the underlying feature is not available on. Signed-off-by: Paul Harris <pharris@pivotal.io>
1 parent 200c1ec commit 94da9cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration-test/src/test/java/org/cloudfoundry/client/v3/DeploymentsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public void listFilterByState() throws Exception {
208208
.verify(Duration.ofMinutes(5));
209209
}
210210

211+
@IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_7)
211212
@Test
212213
public void listFilterByStatusValues() throws Exception {
213214
String name = this.nameFactory.getApplicationName();

0 commit comments

Comments
 (0)