Skip to content

Commit

Permalink
Revert "re-enable "flaky" test in quest to nail down #745"
Browse files Browse the repository at this point in the history
This reverts commit 4a73d03.

Latest Mochiweb 2.17 might have helped a bit but after runnig `soak-eunit
suites=couch_replicator_small_max_request_size_target` make it fail after 10-15
runs locally for me.
  • Loading branch information
jiangphcn committed May 18, 2018
1 parent 3fa5819 commit 6b0ca50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/couch/src/couch_multidb_changes.erl
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ scan_dbs_test_() ->
fun() -> test_util:start_couch([mem3, fabric]) end,
fun(Ctx) -> test_util:stop_couch(Ctx) end,
[
t_find_shard(),
%t_find_shard(),
t_shard_not_found(),
t_pass_local(),
t_fail_local()
Expand Down
2 changes: 1 addition & 1 deletion src/couch/test/couch_db_purge_upgrade_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ teardown(Files) ->
lists:foreach(fun(File) -> file:delete(File) end, Files).


purge_upgrade_test_() ->
purge_upgrade_test() ->
{
"Purge Upgrade tests",
{
Expand Down

0 comments on commit 6b0ca50

Please sign in to comment.