Skip to content

Commit 9a2e7cf

Browse files
authored
Enable security_test for Node (#155)
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)
1 parent 60a696d commit 9a2e7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/security_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def is_supported(config: skips.TestConfig) -> bool:
4040
# https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md
4141
return config.version_gte("v1.41.x")
4242
elif config.client_lang == _Lang.NODE:
43-
return False
43+
return config.version_gte("v1.13.x")
4444
return True
4545

4646
def test_mtls(self):

0 commit comments

Comments
 (0)