Skip to content

Commit

Permalink
skipping flaky tests issue tracked apache#20011
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Mar 11, 2021
1 parent dbaec23 commit 821481c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp-package/tests/ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ cp ../../build/cpp-package/example/test_score .
cp ../../build/cpp-package/example/test_ndarray_copy .
./test_ndarray_copy

cp ../../build/cpp-package/example/test_regress_label .
./test_regress_label
# skippping temporarily, tracked by https://github.com/apache/incubator-mxnet/issues/20011
#cp ../../build/cpp-package/example/test_regress_label .
#./test_regress_label

sh unittests/unit_test_mlp_csv.sh

Expand Down
1 change: 1 addition & 0 deletions tests/python/gpu/test_operator_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -2248,6 +2248,7 @@ def kernel_error_check_symbolic():
f.forward()
g = f.outputs[0].asnumpy()

@unittest.skip('skippping temporarily, tracked by https://github.com/apache/incubator-mxnet/issues/20011')
def test_kernel_error_checking():
# Running tests that may throw exceptions out of worker threads will stop CI testing
# if not run in a separate process (with its own address space for CUDA compatibility).
Expand Down

0 comments on commit 821481c

Please sign in to comment.