Disable ContextCustomizer implementations at runtime if necessary
This commit disables ContextCustomizer implementations that tune a test configuration context at runtime. Previously, these ran again and required additional hints to work properly. Rather than contributing those hints, the customizer is skipped as its impact is irrelevant in an AOT-optimized context: the context is fully prepared and the updates on the MergedContextConfiguration are not taken into account. Closes gh-32422pull/32205/head
parent
2fe305413c
commit
0f325f98b5
Loading…
Reference in New Issue