-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
Description
Background
While working on #41362, I noticed that StartupAnalyzerTest is not being run since the test class is incorrectly marked abstract and is not inherited by any other test classes.
After removing the abstract modifier from StartupAnalyzerTest, the tests did run as expected but all 17 currently show test failures.
It appears that this test class was erroneously marked as abstract when it was updated in PR #37934.
Solution
- Remove the abstract modified from
StartupAnalyzerTest. - Fix the pre-existing issues that are causing these tests to fail.
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions