Skip to content

Commit

Permalink
Cleanup BUCK setup for our JVM tests (#39061)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
cortinico authored and facebook-github-bot committed Aug 18, 2023
1 parent 606e145 commit 01a5df8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package com.facebook.react.fabric.interop
import com.facebook.react.bridge.JavaOnlyMap
import com.facebook.react.bridge.ReactApplicationContext
import com.facebook.react.bridge.ReactContext
import com.facebook.testutils.fakes.FakeEventDispatcher
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNotNull
import org.junit.Before
Expand Down

0 comments on commit 01a5df8

Please sign in to comment.