Skip to content

Commit 396f78b

Browse files
authored
Disable testRemoteUpdateSitePerformingValidation temporarily (#26342)
The certificate in the test source code expired Feb 20, 2026 and I was unable to find the correct steps to regenerate the certificate and the matching platform-plugins.json file. Rather than block other pull requests because the test is failing on the master branch, let's disable the test. Testing done: * Confirmed that the test fails without this change * Confirmed that the test passes with this change * Attempted to create a new certificate as demo.crt based on the comments at the end of the source file, but was unable to create the correct platform-plugin.json file to use the new demo.crt
1 parent 5b1fa1b commit 396f78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/test/java/jenkins/install/SetupWizardTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
import org.htmlunit.html.HtmlPage;
6565
import org.junit.jupiter.api.AfterEach;
6666
import org.junit.jupiter.api.BeforeEach;
67+
import org.junit.jupiter.api.Disabled;
6768
import org.junit.jupiter.api.Tag;
6869
import org.junit.jupiter.api.Test;
6970
import org.jvnet.hudson.test.Issue;
@@ -273,6 +274,7 @@ void testRemoteUpdateSiteSkippingValidation() throws Exception {
273274
}
274275
}
275276

277+
@Disabled("TODO Test certificate needs to be recreated, expired 2026-02-20")
276278
@Test
277279
void testRemoteUpdateSitePerformingValidation() throws Exception {
278280
URL baseUrl;

0 commit comments

Comments
 (0)