disable E2E test for debian package

This commit is contained in:
Bryan Thornbury 2015-12-03 00:26:05 +00:00
parent a93e9111d7
commit aa248df73c

View file

@ -79,7 +79,8 @@ test_debian_package(){
$TEST_STAGE_DIR/bin/bats $PACKAGE_OUTPUT_DIR/test_package.bats $TEST_STAGE_DIR/bin/bats $PACKAGE_OUTPUT_DIR/test_package.bats
# E2E Testing of package surface area # E2E Testing of package surface area
run_e2e_test # Disabled: https://github.com/dotnet/cli/issues/381
#run_e2e_test
} }
run_e2e_test(){ run_e2e_test(){