From 46c324dbbac641206a010e0c2b8cbea24dbd3b4e Mon Sep 17 00:00:00 2001 From: Alex Li Date: Tue, 15 Nov 2022 14:05:51 +0000 Subject: SERVER-70206 Remove getLastError command --- jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js | 1 - 1 file changed, 1 deletion(-) (limited to 'jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js') diff --git a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js index dfb02ac3f7d..6a2035d91e8 100644 --- a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js +++ b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js @@ -215,7 +215,6 @@ let testCases = { getCmdLineOpts: {skip: "does not return user data"}, getDefaultRWConcern: {skip: "does not return user data"}, getDiagnosticData: {skip: "does not return user data"}, - getLastError: {skip: "primary only"}, getLog: {skip: "does not return user data"}, getMore: {skip: "shard version already established"}, getParameter: {skip: "does not return user data"}, -- cgit v1.2.1