summaryrefslogtreecommitdiff
path: root/jstests/aggregation/testall.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/aggregation/testall.js')
-rw-r--r--jstests/aggregation/testall.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/aggregation/testall.js b/jstests/aggregation/testall.js
index ba3de62d09c..94966fb2d62 100644
--- a/jstests/aggregation/testall.js
+++ b/jstests/aggregation/testall.js
@@ -2,9 +2,6 @@
"use strict";
// Loads data into the namespace 'aggdb.articles'.
-// @tags: [
-// sbe_incompatible,
-// ]
load('jstests/aggregation/data/articles.js');
load('jstests/aggregation/extras/utils.js');