Mark test_usage_stats.py as large (#27111)

Currently the time is on the edge of 300s.

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
Jiajun Yao 2022-07-27 14:16:06 -07:00 committed by GitHub
parent eb69c1ca28
commit 4f0fb3a5da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,6 @@ py_test_module_list(
py_test_module_list(
files = [
"test_usage_stats.py",
"test_autoscaler_fake_scaledown.py", # Temporarily owned by core.
"test_logging.py",
"test_memory_scheduling.py",
@ -266,6 +265,7 @@ py_test_module_list(
"test_chaos.py",
"test_reference_counting_2.py",
"test_exit_observability.py",
"test_usage_stats.py",
],
size = "large",
tags = ["exclusive", "large_size_python_tests_shard_0", "team:core"],