Skip to content

Commit 3c783eb

Browse files
W-15255505: Enabling TLS crl tests in HTTP Connector (#844)
1 parent 1bd6807 commit 3c783eb

7 files changed

+0
-20
lines changed

functional-tests/http/src/test/java/org/mule/test/http/functional/listener/crl/HttpListenerCrlNoRevocationTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ public HttpListenerCrlNoRevocationTestCase() {
1616
}
1717

1818
@Test
19-
@Ignore("W-14234781")
20-
// TODO (W-14234781): Review this test.
2119
public void testNotRevokedClient() throws Exception {
2220
verifyNotRevokedEntity();
2321
}

functional-tests/http/src/test/java/org/mule/test/http/functional/listener/crl/HttpListenerCrlRevocationTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public HttpListenerCrlRevocationTestCase() {
1818
}
1919

2020
@Test
21-
@Ignore("W-14234781")
22-
// TODO (W-14234781): Review this test.
2321
public void testClientCertifiedAndRevoked() throws Exception {
2422
try {
2523
runRevocationTestFlow();

functional-tests/http/src/test/java/org/mule/test/http/functional/listener/crl/HttpListenerRevocationOutdatedCrlTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public HttpListenerRevocationOutdatedCrlTestCase() {
1818
}
1919

2020
@Test
21-
@Ignore("W-14234781")
22-
// TODO (W-14234781): Review this test.
2321
public void testClientCertifiedAndOutdatedCrl() throws Exception {
2422
try {
2523
runRevocationTestFlow();

functional-tests/http/src/test/java/org/mule/test/http/functional/requester/crl/HttpPreferringCrlTestCase.java

-8
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public HttpPreferringCrlTestCase() {
2828
}
2929

3030
@Test
31-
@Ignore("W-14234781")
32-
// TODO (W-14234781): Review this test.
3331
public void testPreferCrlWithFallback() throws Exception {
3432
try {
3533
runFlow("testFlowPreferCrl");
@@ -40,8 +38,6 @@ public void testPreferCrlWithFallback() throws Exception {
4038
}
4139

4240
@Test
43-
@Ignore("W-14234781")
44-
// TODO (W-14234781): Review this test.
4541
public void testPreferCrlNoFallback() throws Exception {
4642
try {
4743
runFlow("testFlowPreferCrlNoFallback");
@@ -52,8 +48,6 @@ public void testPreferCrlNoFallback() throws Exception {
5248
}
5349

5450
@Test
55-
@Ignore("W-14234781")
56-
// TODO (W-14234781): Review this test.
5751
public void testNotPreferCrlWithFallback() throws Exception {
5852
try {
5953
runFlow("testFlowNotPreferCrl");
@@ -64,8 +58,6 @@ public void testNotPreferCrlWithFallback() throws Exception {
6458
}
6559

6660
@Test
67-
@Ignore("W-14234781")
68-
// TODO (W-14234781): Review this test.
6961
public void testNotPreferCrlNoFallback() throws Exception {
7062
try {
7163
runFlow("testFlowNotPreferCrlNoFallback");

functional-tests/http/src/test/java/org/mule/test/http/functional/requester/crl/HttpRequesterClrRevocationOutdatedCrlTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public HttpRequesterClrRevocationOutdatedCrlTestCase(String configFile) {
1818
}
1919

2020
@Test
21-
@Ignore("W-14234781")
22-
// TODO (W-14234781): Review this test.
2321
public void testServerCertifiedAndOutdatedCrl() throws Exception {
2422
try {
2523
runRevocationTestFlow();

functional-tests/http/src/test/java/org/mule/test/http/functional/requester/crl/HttpRequesterClrRevocationTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ public HttpRequesterClrRevocationTestCase(String configFile) {
1818
}
1919

2020
@Test
21-
@Ignore("W-14234781")
22-
// TODO (W-14234781): Review this test.
2321
public void testServerCertifiedAndRevoked() throws Exception {
2422
try {
2523
runRevocationTestFlow();

functional-tests/http/src/test/java/org/mule/test/http/functional/requester/ocsp/HttpRequesterOcspRevocationTestCase.java

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ public static Collection<Object[]> data() {
3636
}
3737

3838
@Test
39-
@Ignore("W-14234781")
40-
// TODO (W-14234781): Review this test.
4139
public void testServerCertifiedAndRevoked() throws Exception {
4240
try {
4341
runRevocationTestFlow();

0 commit comments

Comments
 (0)