summaryrefslogtreecommitdiff
path: root/jstests/views
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2016-07-11 10:27:02 -0400
committerKyle Suarez <kyle.suarez@mongodb.com>2016-07-11 10:27:02 -0400
commit610550f332359bc50e264ffe189c3125fd02980e (patch)
treee3125aaefa8e5f01d1336000e5625a2c30ad8c86 /jstests/views
parent1ec5c559236e4a975de7f3bfd7a1a0759f1e8e33 (diff)
downloadmongo-610550f332359bc50e264ffe189c3125fd02980e.tar.gz
SERVER-24765 Evergreen test suite for views
Diffstat (limited to 'jstests/views')
-rw-r--r--jstests/views/views_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/views/views_all_commands.js b/jstests/views/views_all_commands.js
index 0326dbaf1df..c4fbfadc9aa 100644
--- a/jstests/views/views_all_commands.js
+++ b/jstests/views/views_all_commands.js
@@ -246,6 +246,7 @@
listDatabases: {skip: isUnrelated},
listIndexes: {command: {listIndexes: "view"}, skip: "TODO(SERVER-24823)"},
lockInfo: {skip: isUnrelated},
+ logApplicationMessage: {skip: isUnrelated},
logRotate: {skip: isUnrelated},
logout: {skip: isUnrelated},
makeSnapshot: {skip: isAnInternalCommand},