Commit ecbada03 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1531 windows test_db_remove does not fail

git-svn-id: file:///svn/toku/tokudb@10494 c7de825b-a66e-492c-adef-691d508d4ae1
parent 68a62855
......@@ -93,9 +93,15 @@ TDB_TESTS_THAT_SHOULD_FAIL= \
test_truncate_subdb \
test_txn_nested_abort3 \
test_txn_nested_abort4 \
test_db_remove \
test_abort4 \
#\ ends prev line
ifneq ($(OS_CHOICE),windows)
TDB_TESTS_THAT_SHOULD_FAIL+= \
test_db_remove \
#\ ends prev line
endif
TDB_TESTS_THAT_SHOULD_FAIL_LIT= \
#\ ends prev line
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment