Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 26, 2025
1 parent 2eaee48 commit d9de62e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ grpc_core_end2end_test(name = "ping")

grpc_core_end2end_test(name = "ping_pong_streaming")

grpc_core_end2end_test(name = "proxy_auth", enable_fuzzing = False)
grpc_core_end2end_test(
name = "proxy_auth",
enable_fuzzing = False,
)

grpc_core_end2end_test(name = "registered_call")

Expand Down

0 comments on commit d9de62e

Please sign in to comment.