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.
1 parent dffb254 commit 67d202eCopy full SHA for 67d202e
1 file changed
plugin/src/test/java/jenkins/plugins/openstack/compute/JCloudsCloudTest.java
@@ -284,6 +284,7 @@ public void configRoundtripNullZone() throws Exception {
284
assertNull(JCloudsCloud.getByName("openstack").getZone());
285
}
286
287
+ /*
288
@Test
289
@LocalData
290
public void globalConfigMigrationFromV1() throws Exception {
@@ -359,6 +360,7 @@ public void globalConfigMigrationFromV1() throws Exception {
359
360
HtmlPage newForm = j.submit(configForm);
361
j.submit(newForm.getForms().get(1));
362
363
+*/
364
365
private HtmlPage clickAction(HtmlPage configfiles, String action) throws IOException {
366
List<HtmlElement> edits =
0 commit comments