Skip to content

Commit 2554bbe

Browse files
committed
Re-enables test
1 parent c1f9ff3 commit 2554bbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-cloud-gateway-integration-tests/grpc/src/test/java/org/springframework/cloud/gateway/tests/grpc/JsonToGrpcApplicationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import org.apache.hc.core5.ssl.TrustStrategy;
3737
import org.assertj.core.api.Assertions;
3838
import org.junit.jupiter.api.BeforeEach;
39-
import org.junit.jupiter.api.Disabled;
4039
import org.junit.jupiter.api.Test;
4140

4241
import org.springframework.boot.test.context.SpringBootTest;
@@ -50,7 +49,6 @@
5049
* @author Alberto C. Ríos
5150
* @author Abel Salgado Romero
5251
*/
53-
@Disabled
5452
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
5553
public class JsonToGrpcApplicationTests {
5654

0 commit comments

Comments
 (0)