Skip to content

Commit

Permalink
Revert "Temporarily disable test."
Browse files Browse the repository at this point in the history
This reverts commit 5e5e843.
  • Loading branch information
ryanjbaxter committed Jan 26, 2024
1 parent e5cadaf commit 38148ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import io.grpc.netty.NettyChannelBuilder;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import org.springframework.boot.test.context.SpringBootTest;
Expand Down Expand Up @@ -56,7 +55,6 @@ void setUp() {
}

@Test
@Disabled
public void gRPCUnaryCallShouldReturnResponse() throws SSLException {
ManagedChannel channel = createSecuredChannel(gatewayPort);

Expand Down

0 comments on commit 38148ea

Please sign in to comment.