Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The skipping of items without a relevant path was failing to pick ite…
…ms with the final element set to None. Now we skip whenever the final element in the path is None. (#26328) Depending on the exact test setup, paths, including ones that initially come back as `[ None ]` because the application does not exist, can end up with a prefix (e.g. to run the application in a network namespace on Linux), so we can't rely on missing applications being represented by a single-element list.
- Loading branch information