You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Issue:**
The SKIP code worked in `aws-crt-cpp`'s tests, but not in any `aws-c-*` tests
**Description of changes:**
- Set SKIP_RETURN_CODE in CMake script that generates C test runner (the CPP script had it, but not the C script)
- Skip leak checks when a test is skipped
- this keeps the tests simple, you can bail out in the middle without cleaning up
0 commit comments