Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup BUCK setup for our JVM tests (facebook#39061)
Summary: Pull Request resolved: facebook#39061 We're suppressing JVM tests using BUCK which is causing misalignment between which tests we run on Buck vs Gradle. Instead we should be using the Ignore annotation (which we already do) to decide which tests to skip, so that Buck can just pick all the Java/Kotlin file in this folder. Changelog: [Internal] [Changed] - Cleanup BUCK setup for our JVM tests Reviewed By: cipolleschi Differential Revision: D48433432 fbshipit-source-id: a4b80361c1a7b2012ad64257de8d0de36a076568
- Loading branch information