This disables the assertions, which we definitely want to have in testing. The fix is trivial, but notice that it may trigger more failing cases (which we want to see). For example: https://github.com/precice/systemtests/blob/0b61ba36cce94a5b89e38963d3eebc970dbfd8a0/precice/Dockerfile.Ubuntu1604.home#L71
This disables the assertions, which we definitely want to have in testing.
The fix is trivial, but notice that it may trigger more failing cases (which we want to see).
For example:
systemtests/precice/Dockerfile.Ubuntu1604.home
Line 71 in 0b61ba3