Skip to content

Commit 5d7c609

Browse files
authored
Merge pull request #5 from google/copybara_push
Minor fix required to handle a pandas bug.
2 parents 29d8f2e + 174dcf7 commit 5d7c609

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ pytype_strict_library(
109109

110110
pytest_test(
111111
name = "neg_sample_random_forest_test",
112+
# TODO(b/168828415): Fix flaky issues.
113+
flaky = True,
112114
python_version = "PY3",
113115
srcs_version = "PY3",
114116
tests = ["tests/neg_sample_random_forest_test.py"],
@@ -136,6 +138,8 @@ pytype_strict_library(
136138

137139
pytest_test(
138140
name = "neg_sample_neural_net_detector_test",
141+
# TODO(b/168828415): Fix flaky issues.
142+
flaky = True,
139143
python_version = "PY3",
140144
srcs_version = "PY3",
141145
tests = ["tests/neg_sample_neural_net_detector_test.py"],

0 commit comments

Comments
 (0)