Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions exonum-java-binding/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ set -eu -o pipefail
# Run all java tests and native unit tests.
./run_maven_tests.sh

# Skip running native ITs as they are broken till the JavaServiceRuntime is implemented
exit 0

# Run native integration tests that require prepared classpaths for fake classes.
# Run native integration tests that require a JVM and/or prepared classpaths for fake classes.
./run_native_integration_tests.sh --skip-compile
./run_app_tests.sh
4 changes: 2 additions & 2 deletions run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ mvn install \
-am

# Skip running native ITs as they are broken till the JavaServiceRuntime is implemented
exit 0
echo "Start running EJB native tests"
cd exonum-java-binding
# Run native integration tests that require prepared classpaths for fake classes.

# Run native integration tests that require a JVM and/or prepared classpaths for fake classes.
./run_native_integration_tests.sh --skip-compile
./run_app_tests.sh