Skip to content

Commit

Permalink
add comment with link to sdk-platform-java issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 30, 2024
1 parent 41bacd6 commit ffb8bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/presubmit/downstream-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tar -xf showcase-*
./gapic-showcase run &
popd

# Run showcase tests with `native` profile
# Run showcase tests with `native` profile. Skipping ITHttpAnnotation until https://github.com/googleapis/sdk-platform-java/issues/2695 is fixed.
pushd sdk-platform-java/showcase
mvn test -Dtest='!com.google.showcase.v1beta1.it.ITHttpAnnotation' -Dsurefire.failIfNoSpecifiedTests=false -Pnative,-showcase -Denforcer.skip=true -ntp -B
popd
Expand Down

0 comments on commit ffb8bb8

Please sign in to comment.