File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
android/processor/internal/customtestapplication Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ compiler_test(
2727 "//java/dagger/hilt/android:hilt_android_app" ,
2828 "@androidsdk//:platforms/android-32/android.jar" ,
2929 ],
30+ tags = ["manual" ], # TODO(b/380279766): Re-enable once the bug is fixed.
3031 deps = [
3132 "//java/dagger/hilt/android/testing/compile" ,
3233 "//third_party/java/guava/collect" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ compiler_test(
3434 "//java/dagger/hilt/android/components" ,
3535 "@androidsdk//:platforms/android-32/android.jar" ,
3636 ],
37+ tags = ["manual" ], # TODO(b/380279766): Re-enable once the bug is fixed.
3738 deps = [
3839 "//java/dagger/hilt/android/testing/compile" ,
3940 "//java/dagger/internal/codegen/xprocessing:xprocessing-testing" ,
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ compiler_test(
4040 "@maven//:androidx_test_ext_junit" ,
4141 "@maven//:androidx_test_core" ,
4242 ],
43+ tags = ["manual" ], # TODO(b/380279766): Re-enable once the bug is fixed.
4344 deps = [
4445 "//java/dagger/hilt/android/testing/compile" ,
4546 "//java/dagger/internal/codegen/xprocessing:xprocessing-testing" ,
You can’t perform that action at this time.
0 commit comments