Skip README benchmark

This commit is contained in:
Michael Droettboom 2018-10-02 16:11:35 -04:00
parent 517369452b
commit b878b12fda
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ sys.path.insert(
import conftest
SKIP = set(['fft', 'hyantes'])
SKIP = set(['fft', 'hyantes', 'README'])
def run_native(hostpython, code):