Description
we should try a grep for all commented out tests, and then re-enable and try them. Some may well be fixed now.
I did
{{}}
grep -Pr '(?<=//).*@Test' | wc -l
}}{{{{}}
in both daffodil-test/src/test/scala and daffodil-test-ibm1/src/test/scala, and I got 134 and 15 back respectively.
Some PRs have re-enabled some tests that "just work" now, and that's the motivation for taking this pass.
Even if it doesn't find that any are magically fixed, it would be good to know that, and some might not have associated Jira ticket numbers.