As of the latest release of MOAB (5.6.0). The "MOAB" keyword is no longer written as part of the VTK line, making the approach for filtering this line in our tests ineffective. Right now we're pinned to MOAB version 5.5.1 in CI but we'll want to consider a different approach so we can update MOAB versions in the future.
$ diff test.vtk gold_files/.test_to_vtk.gold
2c2
< 5.6.0
---
> MOAB 5.4.1
As of the latest release of MOAB (5.6.0). The "MOAB" keyword is no longer written as part of the VTK line, making the approach for filtering this line in our tests ineffective. Right now we're pinned to MOAB version 5.5.1 in CI but we'll want to consider a different approach so we can update MOAB versions in the future.