Skip to content

Commit 0905313

Browse files
authored
[PSM Interop] Enable xDS custom LB test for Node (#34146)
v1.10.x is the next version, so this will only run on master for now. This won't work until grpc/grpc-node#2555 is merged.
1 parent 40724df commit 0905313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/custom_lb_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def is_supported(config: skips.TestConfig) -> bool:
5959
return config.version_gte("v1.55.x")
6060
if config.client_lang == _Lang.GO:
6161
return config.version_gte("v1.56.x")
62+
if config.client_lang == _Lang.NODE:
63+
return config.version_gte("v1.10.x")
6264
return False
6365

6466
def test_custom_lb_config(self):

0 commit comments

Comments
 (0)