From 2f05ddc278b24070589d8741e2c8aebfcdb3a2aa Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Fri, 15 Sep 2023 13:15:48 -0700 Subject: [PATCH] [PSM Interop] Enable xDS affinity test for Node (#34288) Similar to #34146, this will only run on master for now. This will work after grpc/grpc-node#2568 is merged. --- tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dcf85cbc2c4..3ee07026b76 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 @@ class AffinityTest(xds_k8s_testcase.RegularXdsKubernetesTestCase): # 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