[serve] Temporarily disable test_master_crashes (#8230)

This commit is contained in:
Edward Oakes
2020-04-29 14:36:09 -05:00
committed by GitHub
parent fbf23eb6ff
commit 17f0d50f1a
+11 -10
View File
@@ -21,15 +21,16 @@ py_test(
)
# Runs test_api and test_failure with injected failures in the master actor.
py_test(
name = "test_master_crashes",
size = "medium",
srcs = glob(["tests/test_master_crashes.py",
"tests/test_api.py",
"tests/test_failure.py"],
exclude=["tests/test_nonblocking.py",
"tests/test_serve.py"]),
)
# TODO(edoakes): reenable this once we're using GCS actor fault tolerance.
# py_test(
# name = "test_master_crashes",
# size = "medium",
# srcs = glob(["tests/test_master_crashes.py",
# "tests/test_api.py",
# "tests/test_failure.py"],
# exclude=["tests/test_nonblocking.py",
# "tests/test_serve.py"]),
# )
py_test(
name = "echo_full",
@@ -86,4 +87,4 @@ py_test(
srcs = glob(["examples/doc/*.py"]),
tags = ["exclusive"],
deps = [":serve_lib"]
)
)