Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Remove database_tests/get_blocks from list of disabled tests in ctest…
Browse files Browse the repository at this point in the history
… in anticipation of PR #2740 which should fix the test.
  • Loading branch information
arhag committed May 3, 2018
1 parent 487f029 commit 36e0ccf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ add_test(NAME unit_test_binaryen COMMAND unit_test
-t \!eosio_system_tests/*
-t \!delay_tests/*
-t \!currency_tests/test_deferred_failure
-t \!database_tests/get_blocks
-t \!abi_tests/abigen_all_types
--report_level=detailed --color_output -- --binaryen)
add_test(NAME unit_test_wavm COMMAND unit_test
-t \!eosio_system_tests/*
-t \!delay_tests/*
-t \!currency_tests/test_deferred_failure
-t \!database_tests/get_blocks
-t \!abi_tests/abigen_all_types
--report_level=detailed --color_output --catch_system_errors=no -- --wavm)

Expand Down

0 comments on commit 36e0ccf

Please sign in to comment.