Skip to content

Commit

Permalink
Re-enable all disabled integration tests in .github/ci.sh.
Browse files Browse the repository at this point in the history
If there is a specific reason for any integration test to be
excluded from CI, the rationale for exclusion should be given
in a comment inside `disabled_tests.txt`.

Fixes #901.
  • Loading branch information
Brian Huffman committed Feb 10, 2021
1 parent 9d812c9 commit 59a4b45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ install_system_deps() {
test_dist() {
find_java
pushd intTests
for t in test0019_jss_switch_statement test_crucible_jvm test_ecdsa test_issue108 test_tutorial1 test_tutorial2 test_tutorial_w4; do echo $t >> disabled_tests.txt; done
env
LOUD=true ./runtests.sh
sh -c "! grep '<failure>' results.xml"
Expand Down

0 comments on commit 59a4b45

Please sign in to comment.