blob: fe191a5dc44130da0d95b4cf7ba68955eafbb522 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001#!/bin/sh
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05002
Andrew Geissler9aee5002022-03-30 16:27:02 +00003if ./check-memfree.py; then
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05004 # Skip the bench test module, we don't yet have pytest3-benchmark in core
5 # and these are more benchmarks than unit tests.
6 pytest --automake -k 'not bench'
7else
8 echo "SKIP: crytography.not_enough_memory"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009fi