We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a696d commit 9a2e7cfCopy full SHA for 9a2e7cf
tests/security_test.py
@@ -40,7 +40,7 @@ def is_supported(config: skips.TestConfig) -> bool:
40
# https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md
41
return config.version_gte("v1.41.x")
42
elif config.client_lang == _Lang.NODE:
43
- return False
+ return config.version_gte("v1.13.x")
44
return True
45
46
def test_mtls(self):
0 commit comments