From b89ee497d3fa56337141d12bba969910a5676996 Mon Sep 17 00:00:00 2001 From: Jin Date: Thu, 6 Jun 2019 09:48:44 -0400 Subject: [PATCH] Fix bad bazelci config (#162) --- .bazelci/examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.bazelci/examples.yml b/.bazelci/examples.yml index ae15c7c5a..8b6b0f0d3 100644 --- a/.bazelci/examples.yml +++ b/.bazelci/examples.yml @@ -22,7 +22,6 @@ tasks: name: "Android instrumentation test example" platform: ubuntu1804 working_directory: examples/android_instrumentation_test - test_flags: test_targets: - "//src/test:greeter_test" android-instrumentation-test-macos: