Skip to content

Commit 72230e4

Browse files
committed
remove xtest debugging code
1 parent d0e8ee3 commit 72230e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/python/python_tests.bzl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,12 +876,10 @@ _tests.append(_test_single_version_platform_override_errors)
876876
# * incorrect platform failure
877877
# * missing python_version failure
878878

879-
xtests = []
880-
881879
def python_test_suite(name):
882880
"""Create the test suite.
883881
884882
Args:
885883
name: the name of the test suite
886884
"""
887-
test_suite(name = name, basic_tests = xtests or _tests)
885+
test_suite(name = name, basic_tests = _tests)

0 commit comments

Comments
 (0)