disable cpp failover test (#30293)

pull/30294/head
yifeizhuang 3 years ago committed by GitHub
parent b590d192dc
commit 672be80d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/xds_k8s_test_driver/tests/failover_test.py

@ -40,7 +40,7 @@ class FailoverTest(xds_k8s_testcase.RegularXdsKubernetesTestCase):
# Test case implementation seems to be broken for Java and Go. # Test case implementation seems to be broken for Java and Go.
# Core (cpp and python), and Node seem to work fine. # Core (cpp and python), and Node seem to work fine.
# TODO(b/238226704): Remove when the test is fixed. # TODO(b/238226704): Remove when the test is fixed.
return config.client_lang not in _Lang.JAVA | _Lang.GO return config.client_lang not in _Lang.JAVA | _Lang.GO | _Lang.CPP
def setUp(self): def setUp(self):
super().setUp() super().setUp()

Loading…
Cancel
Save