Skip to content

Commit d7cdab3

Browse files
Merge branch 'master' into Lang-attribute-fix
2 parents c114193 + 396f78b commit d7cdab3

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)