Skip to content

Commit

Permalink
[PSM Interop] Enable xDS affinity test for Node
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Sep 8, 2023
1 parent 3d1f242 commit 21400fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/xds_k8s_test_driver/tests/affinity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21400fd

Please sign in to comment.