Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Explicitly turn off binary resources mode for some tests
Browse files Browse the repository at this point in the history
Reviewed By: jiawei-lyu

Differential Revision: D24509926

fbshipit-source-id: 5fd43be96973dfcd1e866001181d3f6fcabfe0ec
  • Loading branch information
IanChilds authored and facebook-github-bot committed Oct 23, 2020
1 parent 1e74b90 commit 5f8b590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions java/test/com/facebook/profilo/core/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ robolectric4_test(
name = "core",
srcs = glob(["*Test.java"]),
contacts = ["oncall+loom@xmail.facebook.com"],
use_binary_resources = False,
deps = [
"//fbandroid/java/com/facebook/testing/inject:inject",
"//fbandroid/java/com/facebook/testing/util:util",
Expand Down
1 change: 1 addition & 0 deletions java/test/com/facebook/profilo/logger/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ fb_native.robolectric_test(
profilo_path("deps/third-party/java/junit:junit"),
profilo_path("deps/third-party/java/powermock:powermock2"),
],
use_binary_resources = False,
)

0 comments on commit 5f8b590

Please sign in to comment.