Skip to content

Commit

Permalink
Avoiding comparison of unnecessary field FeatureDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamsinghal committed Jan 16, 2025
1 parent 656b5e3 commit cb67bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migtests/scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ normalize_json() {
.OptimalSelectConnectionsPerNode? = "IGNORED" |
.OptimalInsertConnectionsPerNode? = "IGNORED" |
.RowCount? = "IGNORED" |
.FeatureDescription? = "IGNORED" | # Ignore FeatureDescription instead of fixing it in all tests since it will be removed soon
.MigrationComplexityExplanation?= "IGNORED" |
# Replace newline characters in SqlStatement with spaces
.SqlStatement? |= (
Expand Down

0 comments on commit cb67bfc

Please sign in to comment.