Skip to content

Commit

Permalink
CsmObservabilityTestWithInjection is not supported for versions lower…
Browse files Browse the repository at this point in the history
… than v1.68.x (#146)
  • Loading branch information
shivaspeaks authored Dec 18, 2024
1 parent 3fb6619 commit 6d2bc57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/gamma/csm_observability_with_injection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,7 @@ class CsmObservabilityTestWithInjection(

@staticmethod
def is_supported(config: skips.TestConfig) -> bool:
if config.client_lang == _Lang.CPP:
return config.version_gte("v1.62.x")
elif config.client_lang in _Lang.GO | _Lang.JAVA | _Lang.PYTHON:
return config.version_gte("v1.65.x")
return False
return config.version_gte("v1.68.x")

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 6d2bc57

Please sign in to comment.