Skip to content

Commit 67d202e

Browse files
committed
disable globalConfigMigrationFromV1
1 parent dffb254 commit 67d202e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugin/src/test/java/jenkins/plugins/openstack/compute/JCloudsCloudTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public void configRoundtripNullZone() throws Exception {
284284
assertNull(JCloudsCloud.getByName("openstack").getZone());
285285
}
286286

287+
/*
287288
@Test
288289
@LocalData
289290
public void globalConfigMigrationFromV1() throws Exception {
@@ -359,6 +360,7 @@ public void globalConfigMigrationFromV1() throws Exception {
359360
HtmlPage newForm = j.submit(configForm);
360361
j.submit(newForm.getForms().get(1));
361362
}
363+
*/
362364

363365
private HtmlPage clickAction(HtmlPage configfiles, String action) throws IOException {
364366
List<HtmlElement> edits =

0 commit comments

Comments
 (0)