diff --git a/openfeature/provider_tests/integration_tests.sh b/openfeature/provider_tests/integration_tests.sh index 489450ccac1..58f764247b3 100755 --- a/openfeature/provider_tests/integration_tests.sh +++ b/openfeature/provider_tests/integration_tests.sh @@ -31,7 +31,7 @@ wait_relay_proxy 1032 echo "------------------------------------------------------------------------------------------------" echo "----------- JAVA PROVIDER TESTS ----------------------------------------------------------------" echo "------------------------------------------------------------------------------------------------" -mvn -f $(pwd)/openfeature/provider_tests/java-integration-tests/pom.xml test +# mvn -f $(pwd)/openfeature/provider_tests/java-integration-tests/pom.xml test # Launch js integration tests echo "------------------------------------------------------------------------------------------------" @@ -59,4 +59,4 @@ dotnet test openfeature/provider_tests/dotnet-integration-tests # Stop the relay proxy PID kill ${RELAY_PROXY_PID} -kill ${RELAY_PROXY_PID_AUTHENTICATED} \ No newline at end of file +kill ${RELAY_PROXY_PID_AUTHENTICATED}