diff --git a/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py b/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py index 02bf941db0ed28bc63c04b975b8ea00b25561a45..fd47dc37e7694de3f088428d2fe677d65c8a784c 100644 --- a/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py +++ b/python/paddle/fluid/tests/unittests/test_parallel_executor_test_while_train.py @@ -84,8 +84,6 @@ class ParallelExecutorTestingDuringTraining(unittest.TestCase): self.check_network_convergence( use_cuda=False, build_strategy=build_strategy) - # FIXME(zcd): This unit test random failed. - @unittest.skip("should fix this later.") def test_parallel_testing_with_new_strategy_gpu(self): build_strategy = fluid.BuildStrategy() build_strategy.reduce_strategy = fluid.BuildStrategy.ReduceStrategy.Reduce