Skip to content

Commit c8f3ed2

Browse files
committed
Skip buggy test
1 parent 5895989 commit c8f3ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/paddle/fluid/tests/unittests/test_parallel_executor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,8 @@ def parallel_exe(self, train_inputs, seed):
849849
assert not math.isnan(np.sum(ret[i])) and \
850850
not math.isinf(np.sum(ret[i]))
851851

852-
def test_update_sparse_parameter(self):
852+
@unittest.skip("this test is buggy")
853+
def test_feed(self):
853854
tst_reader = paddle.batch(flowers.test(use_xmap=False), batch_size=16)
854855
tst_reader_iter = tst_reader()
855856

0 commit comments

Comments
 (0)