Skip to content

Commit

Permalink
Merge pull request #1053 from Igalia/fix-ipsec-test-disabling
Browse files Browse the repository at this point in the history
Flip sense of conditional-skip of IPsec end-to-end test
  • Loading branch information
wingo authored Apr 24, 2018
2 parents b894b9c + f03ba1b commit 4bf4606
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/apps/ipsec/selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4bf4606

Please sign in to comment.