-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Unified Test Runner
-
None
-
None
-
Java Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
The new approach for skipping tests does not differentiate between Reactive and Sync tests. As a result, some Sync tests are being skipped when the skip condition should only apply to Reactive tests. This could lead to missed test coverage and potential issues going undetected.
Impact:
- Sync tests that should run are being skipped.
- Potential for undetected issues in the Sync code path.