Skip to content

Commit

Permalink
suppress grpc web for now
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreaker committed Aug 9, 2023
1 parent 3aaf4ee commit f121b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Main {
val job = scope.launch {
runConnectTests("connect", host, client, NetworkProtocol.CONNECT)
runConnectTests("grpc", host, client, NetworkProtocol.GRPC)
runConnectTests("grpc-web", host, client, NetworkProtocol.GRPC_WEB)
// runConnectTests("grpc-web", host, client, NetworkProtocol.GRPC_WEB)
}
job.join()
println("...complete.")
Expand Down

0 comments on commit f121b99

Please sign in to comment.