Bootstrap statistical testing is a way to compare two populations. I asked a question before on whether bootstrap distributions are always Gaussian or not. The answer was that no, they are not always Gaussian.
The bootstrap statistical test involves computing the bootstrap distribution for two populations, then applying Student's t-test to determine whether they are equivalent or not. However Student's t-test assumes that they both come from a Gaussian.
How does that make sense? If the bootstrap distribution can be non-gaussian, is the Bootstrap t-test flawed?