-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
tech debtNon-user-visible improvement to code or development processNon-user-visible improvement to code or development process
Description
Tech Debt
-k "not grpc"
filters out tests that contain grpc in their name or use the grpc_init_kwargs fixture, but unfortunately it also seems to filter out tests that have a grpc_skip
marker.
-k "library"
only runs tests that contain library in their name or use the library_init_kwargs fixture, and unfortunately it also filters out tests that are not specific to library or grpc, such as feature toggle tests.
Metadata
Metadata
Assignees
Labels
tech debtNon-user-visible improvement to code or development processNon-user-visible improvement to code or development process