summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/sharding_system_namespaces.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/sharding_system_namespaces.js b/jstests/sharding/sharding_system_namespaces.js
index e87e4b85195..fccc97442a4 100644
--- a/jstests/sharding/sharding_system_namespaces.js
+++ b/jstests/sharding/sharding_system_namespaces.js
@@ -1,3 +1,6 @@
+// TODO: This test incorrectly assumes that wiredTiger is compiled into the server. SERVER-16660.
+
+/*
// SERVER-16498 d_migrate.cpp should not rely on system.namespaces
//
// This test create a sharded collection with wiredtiger options.
@@ -55,3 +58,4 @@ assert.commandWorked(db.adminCommand({
printShardingStatus();
checkCollectionOptions(anotherShard.getDB("test"));
+*/