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
Most unit tests that compile pass. However, some tests create different results to the original, and it's not clear why. This may be related to the new Mockito mocks.
These tests have been marked with skip=true so the builds succeed. But, long term, we need to either a) fix the bug/test, or b) deem the test to be invalid for some reason.
If it's invalid, we will delete the test and write something like "Original Test Invalid" as a comment where the original test was.
These are tests are marked with:
// TODO: Failing Test
The text was updated successfully, but these errors were encountered:
Most unit tests that compile pass. However, some tests create different results to the original, and it's not clear why. This may be related to the new Mockito mocks.
These tests have been marked with skip=true so the builds succeed. But, long term, we need to either a) fix the bug/test, or b) deem the test to be invalid for some reason.
If it's invalid, we will delete the test and write something like "Original Test Invalid" as a comment where the original test was.
These are tests are marked with:
// TODO: Failing Test
The text was updated successfully, but these errors were encountered: