Skip to content

Commit cf9d1c6

Browse files
authored
Enable xDS retry test for Node (#31768)
1 parent 6611a3e commit cf9d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/url_map/retry_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _is_supported(config: skips.TestConfig) -> bool:
7171
elif config.client_lang == _Lang.GO:
7272
return config.version_gte('v1.41.x')
7373
elif config.client_lang == _Lang.NODE:
74-
return False
74+
return config.version_gte('v1.8.x')
7575
return True
7676

7777

0 commit comments

Comments
 (0)