diff --git a/src/apps/ipsec/selftest.sh b/src/apps/ipsec/selftest.sh index fc4b8f549e..5e6e7228fa 100755 --- a/src/apps/ipsec/selftest.sh +++ b/src/apps/ipsec/selftest.sh @@ -3,10 +3,7 @@ SKIPPED_CODE=43 -# Temporary disabled test. -exit $SKIPPED_CODE - -if [ "$SNABB_IPSEC_SKIP_E2E_TEST" = yes ]; then +if [ -n "$SNABB_IPSEC_ENABLE_E2E_TEST" ]; then exit $SKIPPED_CODE fi