Skip to content

Disabled system-dependent regression tests.

Chris Cantwell requested to merge fix/32bit into master

This MR disables four regression tests which are system dependent and currently fail on 32-bit systems. The FieldConvert tests involve checking the hash of the output file, which is architecture dependent and should be replaced with a system-independent metric with a tolerance. The CompressibleFlowSolver test is non-deterministic.

Merge request reports