# Exclude test that fails only in autopkgtest

if [ "$AUTOPKGTEST_TMP" != "" ]
then
  jest --testNamePattern='^(?!.*should expose its root to spawned processes).*$' tests/*
else 
  jest tests/*
fi
