From bda92434db2d75c9c1f29de84005df28c7b1c9e5 Mon Sep 17 00:00:00 2001 From: Thunderbrook <52529258+Thunderbrook@users.noreply.github.com> Date: Wed, 11 Sep 2019 13:27:02 +0800 Subject: [PATCH] remove trainer desc test in windows temporarily (#19753) --- python/paddle/fluid/tests/unittests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/paddle/fluid/tests/unittests/CMakeLists.txt b/python/paddle/fluid/tests/unittests/CMakeLists.txt index 3646b65643..cba04ab693 100644 --- a/python/paddle/fluid/tests/unittests/CMakeLists.txt +++ b/python/paddle/fluid/tests/unittests/CMakeLists.txt @@ -37,6 +37,7 @@ endif() if(WIN32) LIST(REMOVE_ITEM TEST_OPS test_boxps) + LIST(REMOVE_ITEM TEST_OPS test_trainer_desc) endif() LIST(REMOVE_ITEM TEST_OPS test_launch) -- GitLab