diff --git a/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py b/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py index dcf85cbc2c41c..3ee07026b767a 100644 --- a/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py +++ b/tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py @@ -63,7 +63,7 @@ def is_supported(config: skips.TestConfig) -> bool: # the issue is fixed. return False elif config.client_lang == _Lang.NODE: - return False + return config.version_gte("v1.10.x") return True def test_affinity(self) -> None: # pylint: disable=too-many-statements