Skip to content

Commit 14deee9

Browse files
committed
Merge branch 'fix-ci' into 3.x
2 parents 200c1ec + 94da9cd commit 14deee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)