Skip to content

Commit

Permalink
Remove fork_mode usages
Browse files Browse the repository at this point in the history
Summary:
This was apparently a fix for native library load issues for tests which use `Config` to load multiple SDK classloaders, back in the buck1 days

In buck2 this doesn't do anything.

Reviewed By: IanChilds, hick209

Differential Revision: D65421917

fbshipit-source-id: 8ddc6bebbbfe66cea29017cb154532d778139c9b
  • Loading branch information
Joshua Selbo authored and facebook-github-bot committed Nov 4, 2024
1 parent 18cf1e4 commit 3a3f656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ oncall("components_for_android")
litho_robolectric4_test(
name = "litho-coroutines-kotlin",
srcs = glob(["**/*.kt"]),
fork_mode = "per_test",
jni_deps = LITHO_JNI_DEPS,
language = "KOTLIN",
provided_deps = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ litho_robolectric4_test(
name = "flipper",
srcs = glob(["**/*.kt"]),
contacts = ["[email protected]"],
fork_mode = "per_test",
jni_deps = LITHO_JNI_DEPS,
language = "KOTLIN",
plugins = [
Expand Down

0 comments on commit 3a3f656

Please sign in to comment.