summaryrefslogtreecommitdiff
path: root/jstests/core/bulk_legacy_enforce_gle.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/bulk_legacy_enforce_gle.js')
-rw-r--r--jstests/core/bulk_legacy_enforce_gle.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/jstests/core/bulk_legacy_enforce_gle.js b/jstests/core/bulk_legacy_enforce_gle.js
index 770734e43bc..cb3cc683200 100644
--- a/jstests/core/bulk_legacy_enforce_gle.js
+++ b/jstests/core/bulk_legacy_enforce_gle.js
@@ -2,7 +2,12 @@
* Tests the resetError logic when the bulk api enforces the write concern for unordered
* writes. The tests indirectly checks whether resetError was called by inspecting the
* response of the getLastError command after executing the bulk ops.
+ *
+ * @tags: [
+ * # getLastError command is not available on embedded
+ * incompatible_with_embedded]
*/
+
(function() {
"use strict";
const coll = db.bulk_legacy_enforce_gle;