Skip to content

Commit

Permalink
Enable security_test for Node (#155)
Browse files Browse the repository at this point in the history
This requires the test implementation in
grpc/grpc-node#2909 to work. Test run:

- [x]
[grpc/node/master/psm-security](https://source.cloud.google.com/results/invocations/369e192d-9c64-4475-b236-55ae6155410b)
  • Loading branch information
murgatroid99 authored Feb 27, 2025
1 parent 60a696d commit 9a2e7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/security_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def is_supported(config: skips.TestConfig) -> bool:
# https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md
return config.version_gte("v1.41.x")
elif config.client_lang == _Lang.NODE:
return False
return config.version_gte("v1.13.x")
return True

def test_mtls(self):
Expand Down

0 comments on commit 9a2e7cf

Please sign in to comment.