We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d8f2e + 174dcf7 commit 5d7c609Copy full SHA for 5d7c609
BUILD
@@ -109,6 +109,8 @@ pytype_strict_library(
109
110
pytest_test(
111
name = "neg_sample_random_forest_test",
112
+ # TODO(b/168828415): Fix flaky issues.
113
+ flaky = True,
114
python_version = "PY3",
115
srcs_version = "PY3",
116
tests = ["tests/neg_sample_random_forest_test.py"],
@@ -136,6 +138,8 @@ pytype_strict_library(
136
138
137
139
140
name = "neg_sample_neural_net_detector_test",
141
142
143
144
145
tests = ["tests/neg_sample_neural_net_detector_test.py"],
0 commit comments