We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 200c1ec + 94da9cd commit 14deee9Copy full SHA for 14deee9
integration-test/src/test/java/org/cloudfoundry/client/v3/DeploymentsTest.java
@@ -208,6 +208,7 @@ public void listFilterByState() throws Exception {
208
.verify(Duration.ofMinutes(5));
209
}
210
211
+ @IfCloudFoundryVersion(greaterThanOrEqualTo = CloudFoundryVersion.PCF_2_7)
212
@Test
213
public void listFilterByStatusValues() throws Exception {
214
String name = this.nameFactory.getApplicationName();
0 commit comments