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 01:26:58 UTC

[couchdb] 01/01: disable t_invalid_view

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

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

commit 877894bbe4b954bb302eeb13a69fe4c59d1b0820
Author: jiangph <ji...@cn.ibm.com>
AuthorDate: Tue Jan 7 09:26:25 2020 +0800

    disable t_invalid_view
---
 src/smoosh/src/smoosh_server.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
             ]
         }
     }.