summaryrefslogtreecommitdiff
path: root/jstests/core/null_query_semantics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/null_query_semantics.js')
-rw-r--r--jstests/core/null_query_semantics.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/null_query_semantics.js b/jstests/core/null_query_semantics.js
index 2cdd7bc218d..900f9edf2b0 100644
--- a/jstests/core/null_query_semantics.js
+++ b/jstests/core/null_query_semantics.js
@@ -1,10 +1,5 @@
// Tests the behavior of queries with a {$eq: null} or {$ne: null} predicate.
//
-// @tags: [
-// # This file includes tests for SERVER-21929, which is fixed in 5.0 but not earlier versions.
-// # Therefore, for this test to run all nodes must be at least 5.0.
-// requires_fcv_50,
-// ]
(function() {
"use strict";