You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2020/01/07 02:25:04 UTC

[couchdb] 01/01: disable test

This is an automated email from the ASF dual-hosted git repository.

jiangphcn pushed a commit to branch bloodbuild-afterxmas4
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e06dd098ab66cbd5b632719fc66339edb6bc147f
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Tue Jan 7 10:24:38 2020 +0800

    disable test
---
 src/couch/src/couch_sup.erl      | 4 ++--
 src/smoosh/src/smoosh_server.erl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/couch/src/couch_sup.erl b/src/couch/src/couch_sup.erl
index ac117ea..f8552ec 100644
--- a/src/couch/src/couch_sup.erl
+++ b/src/couch/src/couch_sup.erl
@@ -28,8 +28,8 @@
 
 
 start_link() ->
-    assert_admins(),
-    maybe_launch_admin_annoyance_reporter(),
+    %assert_admins(),
+    %maybe_launch_admin_annoyance_reporter(),
     write_pidfile(),
     notify_starting(),
 
diff --git a/src/smoosh/src/smoosh_server.erl b/src/smoosh/src/smoosh_server.erl
index 7af1e4e..ef3e55d 100644
--- a/src/smoosh/src/smoosh_server.erl
+++ b/src/smoosh/src/smoosh_server.erl
@@ -492,8 +492,8 @@ get_priority_test_() ->
                 fun t_below_min_priority_view/1,
                 fun t_below_min_size_view/1,
                 fun t_timeout_view/1,
-                fun t_missing_view/1,
-                fun t_invalid_view/1
+                fun t_missing_view/1
+                %fun t_invalid_view/1
             ]
         }
     }.