Skip to content

Commit

Permalink
Disable lwAFTR property-based tests unless SNABB_ENABLE_FLAKY_TESTS i…
Browse files Browse the repository at this point in the history
…s set

Sadly, these tests are flaky and its failures are gating merges of
unrelated patches.  We'll work on fixing these tests on Igalia's lwaftr
branch.
  • Loading branch information
wingo committed Mar 1, 2018
1 parent 2ba2df0 commit 2f320a6
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 2f320a6

Please sign in to comment.