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
In this integration test case here, we are running the analysis on a PURL without dependency resolving -purl pkg:maven/io.micronaut/[email protected] --skip-deps. However, we check for two dependencies report files caffeine.json and slf4j.json.
The reason this test case is still passing is because it's reusing caffeine.json and slf4j.json from test cases that run before it.