-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some integration tests not being run in CI #995
Comments
If test suite invoked SAW directly instead of as a sub-process, this might enable better coverage reporting. Still probably need at least a couple of tests that invoke the executable to ensure that part works correctly. |
This should make the `test_examples` integration test work again. See also #995.
I made this comment in #1013, but I thought I should repeat it here. This CI script contains this list of excluded tests: Line 173 in 6789b1a
It would be nice to add comments explaining why each of these tests is excluded, to make it easier to know if/when it is appropriate to add each one back in. And any test that is actually broken should have a ticket. |
Just for historical context, here are the commits that introduced the lists of excluded tests: e905271, 4acafb3. The file |
As of #1070, |
I believe it can, if @rdockins and @RyanGlScott don't have any objections. Thanks @brianhuffman ! |
Sounds good to me. I agree with this part of #1070:
|
It appears the integration test suite is not being run in CI jobs, which allows errors like #994 to occur.
The text was updated successfully, but these errors were encountered: