Skip to content

Commit

Permalink
Dissable tests for issue #9 and #17
Browse files Browse the repository at this point in the history
These issues haven't been fixed, but now the
CI actually uses the tests to check for regression
lets dissable them. This way we'll only see failed
tests from the CI for a regression.

Still want to fix these URI parsing bugs at some
point.
  • Loading branch information
andreww committed Jan 7, 2018
1 parent 63b3eef commit 42c412a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ touch passed.score failed.score
./test.sh test_nullURI
./test.sh test_baseURI
./test.sh test_rfc2396
./test.sh test_rfc2396b
./test.sh test_URI
echo "NB: skipping two tests - these fail but should pass!"
echo "See issues 9 and 17 on github"
# ./test.sh test_rfc2396b
# ./test.sh test_URI

echo RESULT utils/ Test Results:
echo RESULT utils/ Passed: `wc -l passed.score| cut -f 1 -d 'p'`
Expand Down

0 comments on commit 42c412a

Please sign in to comment.