Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sporadic blacklist spec #23190

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Commits on Sep 18, 2024

  1. Fix sporadic blacklist spec

    Even though we stub_const for our classes (so they go away)
    It isn't for a number of gc cycles until it will get cleared up
    
    in the meantime, it will be returned from Class#subclasses
    
    Solution: punt. let it return from subclasses.
    
    But put a more robust implementation into our temporary ExtManagementSystem
    So they behave properly and don't freak out the blacklist specs
    kbrock committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c72f6c3 View commit details
    Browse the repository at this point in the history