mirror of https://github.com/citusdata/citus.git
Remove normalization rules for JSON-style Disabled fields in test outputs
parent
3bb4b03327
commit
3ff707aaf5
|
|
@ -364,9 +364,6 @@ s/(Actual[[:space:]]+Rows:[[:space:]]*)N\.N/\1N/gI
|
||||||
# ignore any “Disabled:” lines in test output
|
# ignore any “Disabled:” lines in test output
|
||||||
/^\s*Disabled:/d
|
/^\s*Disabled:/d
|
||||||
|
|
||||||
# ignore any JSON-style Disabled field
|
|
||||||
/^\s*"Disabled":/d
|
|
||||||
|
|
||||||
# ignore XML <Disabled>true</Disabled> or <Disabled>false</Disabled>
|
# ignore XML <Disabled>true</Disabled> or <Disabled>false</Disabled>
|
||||||
/^\s*<Disabled>.*<\/Disabled>/d
|
/^\s*<Disabled>.*<\/Disabled>/d
|
||||||
# pg18 “Disabled” change end
|
# pg18 “Disabled” change end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue