diff --git a/migtests/scripts/functions.sh b/migtests/scripts/functions.sh index 217b3eb3c..ff0ac4139 100644 --- a/migtests/scripts/functions.sh +++ b/migtests/scripts/functions.sh @@ -807,6 +807,7 @@ normalize_json() { jq 'walk( if type == "object" then .ObjectNames? |= (if type == "string" then split(", ") | sort | join(", ") else . end) | + .VoyagerVersion? = "IGNORED" | .DbVersion? = "IGNORED" | .FilePath? = "IGNORED" | .OptimalSelectConnectionsPerNode? = "IGNORED" |