Filter found files further by string in filename in Telescope

I have telescope.find_files() bound to one of my keys, however once I search for the files I’d like to filter the files that are unrelevant. Most of the times these files are test files which have the string “test” somewhere in the path.

How could I filter further by filename the files found by find_files()?