Skip to content

Commit

Permalink
Merge PR #1298 (v2018.01.2 bugfix release) into master
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneia committed Mar 6, 2018
2 parents 2ba2df0 + 1b6b3b3 commit 46e0e4a
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 46e0e4a

Please sign in to comment.