Revert "Enable outlier detection k8s interop test for Java. (#30641)" (#30665)

This reverts commit 78a77bfaa2.
pull/30582/head^2
Sergii Tkachenko 3 years ago committed by GitHub
parent eed4766424
commit f93c1ef1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/xds_k8s_test_driver/tests/outlier_detection_test.py

@ -62,7 +62,7 @@ class OutlierDetectionTest(xds_k8s_testcase.RegularXdsKubernetesTestCase):
@staticmethod
def is_supported(config: skips.TestConfig) -> bool:
if config.client_lang in _Lang.CPP | _Lang.PYTHON | _Lang.JAVA:
if config.client_lang in _Lang.CPP | _Lang.PYTHON:
return config.version_gte('v1.48.x')
if config.client_lang == _Lang.NODE:
return config.version_gte('v1.6.x')

Loading…
Cancel
Save