Skip to content

Commit

Permalink
Temporarily ignore EventGeneratorTest
Browse files Browse the repository at this point in the history
Summary: This is an expected change. Will fix up

Reviewed By: SidharthGuglani

Differential Revision: D38537984

fbshipit-source-id: f75cdd2755fe63d35e39bc499432ecf8d211a821
  • Loading branch information
astreet authored and facebook-github-bot committed Aug 9, 2022
1 parent adc294d commit 251d198
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@
import javax.lang.model.util.Elements;
import javax.lang.model.util.Types;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

/** Tests {@link EventGenerator} */
@RunWith(JUnit4.class)
@Ignore
public class EventGeneratorTest {
@Rule public CompilationRule mCompilationRule = new CompilationRule();

Expand Down

0 comments on commit 251d198

Please sign in to comment.