summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
diff options
context:
space:
mode:
authorVarun Ravichandran <varun.ravichandran@mongodb.com>2023-01-17 01:37:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-23 15:16:44 +0000
commit23102a1982d8eaccb4bd7aa83a314699892fdf5d (patch)
tree642ae9f2aba328ed9e3006d7180c979eb970b1e7 /jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
parent053984fd853e1900c4558006d2ed577789648142 (diff)
downloadmongo-23102a1982d8eaccb4bd7aa83a314699892fdf5d.tar.gz
SERVER-71195: Refresh JWKSets periodically and add key management commands
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
index 54ca9a2d7c9..790774169cb 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js
@@ -283,6 +283,8 @@ let testCases = {
moveRange: {skip: "primary only"},
multicast: {skip: "does not return user data"},
netstat: {skip: "does not return user data"},
+ oidcListKeys: {skip: "does not return user data"},
+ oidcRefreshKeys: {skip: "does not return user data"},
ping: {skip: "does not return user data"},
planCacheClear: {skip: "does not return user data"},
planCacheClearFilters: {skip: "does not return user data"},