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
A lot of the test suite are actually integration tests. But they are written as unit tests, so there's a lot redundant checks being performed, slowing down the build quite a bit (e.g. multiple protocol selections for the same file). Refactor the test suite so that this redundancy is eliminated.
The text was updated successfully, but these errors were encountered:
A lot of the test suite are actually integration tests. But they are written as unit tests, so there's a lot redundant checks being performed, slowing down the build quite a bit (e.g. multiple protocol selections for the same file). Refactor the test suite so that this redundancy is eliminated.
The text was updated successfully, but these errors were encountered: