Skip to content

Commit 813d5b3

Browse files
committed
Disable the unit test ofdetection output op
1 parent 88a95a0 commit 813d5b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/paddle/v2/fluid/tests/test_detection_output_op.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ def init_test_case(self):
6868

6969

7070
if __name__ == '__main__':
71-
unittest.main()
71+
# FIXME: detection_output_op will be rewritten. This unittest should be
72+
# enabled after rewriting.
73+
exit(0) # temporary disable this unittest

0 commit comments

Comments
 (0)