Skip to content

Commit

Permalink
Merge PR #1294 (Disable lwAFTR property-based tests...) into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Mar 5, 2018
2 parents b5f3f1f + 2f320a6 commit 1b6b3b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/program/lwaftr/tests/propbased/selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ SKIPPED_CODE=43

if [ -z $SNABB_PCI0 ]; then exit $SKIPPED_CODE; fi

# FIXME: Once these tests are passing reliably again, remove this.
if [ -z $SNABB_ENABLE_FLAKY_TESTS ]; then exit $SKIPPED_CODE; fi

./snabb lwaftr quickcheck program.lwaftr.tests.propbased.prop_nocrash $SNABB_PCI0
./snabb lwaftr quickcheck program.lwaftr.tests.propbased.prop_nocrash_state $SNABB_PCI0
./snabb lwaftr quickcheck program.lwaftr.tests.propbased.prop_sameval $SNABB_PCI0

0 comments on commit 1b6b3b3

Please sign in to comment.