Skip to content

Commit

Permalink
re-enable android ndk test on postsubmit
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 201925111
  • Loading branch information
buchgr authored and Copybara-Service committed Jun 25, 2018
1 parent da91730 commit b60215b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1604:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
Expand All @@ -32,8 +30,6 @@ platforms:
- "//src/test/..."
- "//third_party/ijar/..."
- "//tools/android/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
ubuntu1804:
shell_commands:
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
Expand Down Expand Up @@ -67,7 +63,6 @@ platforms:
- "//third_party/ijar/..."
- "//tools/android/..."
# Re-enable once fixed: https://github.com/bazelbuild/bazel/issues/4663
- "-//src/test/shell/bazel/android:android_ndk_integration_test"
- "-//src/test/shell/bazel:bazel_determinism_test"
windows:
build_flags:
Expand Down

0 comments on commit b60215b

Please sign in to comment.