Skip to content

Commit

Permalink
deactivate java integration test (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Aug 11, 2023
1 parent 3242e04 commit 6a85664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfeature/provider_tests/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "------------------------------------------------------------------------------------------------"
Expand Down Expand Up @@ -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}
kill ${RELAY_PROXY_PID_AUTHENTICATED}

0 comments on commit 6a85664

Please sign in to comment.