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 c114193 + 396f78b commit d7cdab3Copy full SHA for d7cdab3
test/src/test/java/jenkins/install/SetupWizardTest.java
@@ -64,6 +64,7 @@
64
import org.htmlunit.html.HtmlPage;
65
import org.junit.jupiter.api.AfterEach;
66
import org.junit.jupiter.api.BeforeEach;
67
+import org.junit.jupiter.api.Disabled;
68
import org.junit.jupiter.api.Tag;
69
import org.junit.jupiter.api.Test;
70
import org.jvnet.hudson.test.Issue;
@@ -273,6 +274,7 @@ void testRemoteUpdateSiteSkippingValidation() throws Exception {
273
274
}
275
276
277
+ @Disabled("TODO Test certificate needs to be recreated, expired 2026-02-20")
278
@Test
279
void testRemoteUpdateSitePerformingValidation() throws Exception {
280
URL baseUrl;
0 commit comments