-
Notifications
You must be signed in to change notification settings - Fork 157
Investigate and fix disabled tests #1023
Copy link
Copy link
Open
Labels
FundamentalsFor issues focused on Java best practices, industry standards, etc.For issues focused on Java best practices, industry standards, etc.P2Normal priority items, should be done after P1Normal priority items, should be done after P1
Metadata
Metadata
Assignees
Labels
FundamentalsFor issues focused on Java best practices, industry standards, etc.For issues focused on Java best practices, industry standards, etc.P2Normal priority items, should be done after P1Normal priority items, should be done after P1
Type
Fields
Give feedbackNo fields configured for issues without a type.
Over time several tests have been disabled to unblock releases after determining their failures were outside of the library itself. Common reasons for disabling include:
Disabling such tests are meant to be temporary workarounds but have accumulated over the years, and such disabled tests should be fixed or removed as needed.