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
test(skills-generator): cache remote schema across parameterized cases
RemoteSchemaValidationTest fetched and parsed the remote pml.xsd on
every parameterized invocation (199 XML files), causing redundant
network calls and flakiness risk. Load the Schema once in @BeforeAll
and reuse it, creating a fresh Validator per case.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments