Glenn Morris writes: Hi Glenn, > I think it would be nice if ert had the ability to skip tests. > Eg, a :skip argument that works the same way as :expected-result. > This would be useful eg when a test relies on external executable that > might not be installed on the system running the tests. You can get the > same result by using :expected-result, but :skip might be nicer in such > cases. I have written a new macro, which should do the job. It is called `skip-if' and works like `should' and companions. You pass a form as argument, and when it returns non-nil the test is skipped. Test summary is showing skipped tests. Could you, please, check the appended patch, whether it fits your needs? Best regards, Michael.