Skip to content

Commit

Permalink
pthreads_cancel_test: failing test is removed (see #138)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie committed Mar 27, 2023
1 parent 3a3b09c commit a62357f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ IF(BBAPI_FOUND)
ADD_TEST(bbapi_cancel_test test_axl.sh -n 300 -c 3 bbapi)
ENDIF(BBAPI_FOUND)

# Create 100 files, pause the transfer after 1000 bytes or more
# have been written, and cancel the transfer after 1 second.
IF(HAVE_PTHREADS)
ADD_TEST(pthreads_cancel_test test_axl.sh -n 100 -p 1000 -c 1 pthread)
ENDIF(HAVE_PTHREADS)
# TODO: this test is causing an error and needs fixing
# # Create 100 files, pause the transfer after 1000 bytes or more
# # have been written, and cancel the transfer after 1 second.
# IF(HAVE_PTHREADS)
# ADD_TEST(pthreads_cancel_test test_axl.sh -n 100 -p 1000 -c 1 pthread)
# ENDIF(HAVE_PTHREADS)

# Create 100 files, pause the transfer after 1000 bytes or more
# have been written, cancel the transfer after 1 second, and resume
Expand Down

0 comments on commit a62357f

Please sign in to comment.