[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.
This commit is contained in:
Michael Lumish 2023-09-15 13:15:48 -07:00 committed by GitHub
parent 86b931c354
commit 2f05ddc278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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