summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/project/project_dotted_paths.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/sources/project/project_dotted_paths.js')
-rw-r--r--jstests/aggregation/sources/project/project_dotted_paths.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/sources/project/project_dotted_paths.js b/jstests/aggregation/sources/project/project_dotted_paths.js
index f5ca3f7461b..cf730861e5e 100644
--- a/jstests/aggregation/sources/project/project_dotted_paths.js
+++ b/jstests/aggregation/sources/project/project_dotted_paths.js
@@ -1,8 +1,5 @@
// Test that projection of dotted paths which happens in the "agg" layer works correctly. See
// SERVER-26066 for details.
-// @tags: [
-// sbe_incompatible,
-// ]
(function() {
const coll = db.project_dotted_paths;
coll.drop();