From 813d5b3c109926d0c64243702e8565b60eb0a450 Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Tue, 23 Jan 2018 15:01:03 +0800 Subject: [PATCH] Disable the unit test ofdetection output op --- python/paddle/v2/fluid/tests/test_detection_output_op.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/paddle/v2/fluid/tests/test_detection_output_op.py b/python/paddle/v2/fluid/tests/test_detection_output_op.py index 4a9cd474b8..8a5e06b38f 100644 --- a/python/paddle/v2/fluid/tests/test_detection_output_op.py +++ b/python/paddle/v2/fluid/tests/test_detection_output_op.py @@ -68,4 +68,6 @@ class TestUnpoolOp(OpTest): if __name__ == '__main__': - unittest.main() + # FIXME: detection_output_op will be rewritten. This unittest should be + # enabled after rewriting. + exit(0) # temporary disable this unittest -- GitLab