Skip to content

Commit

Permalink
[FLINK-12102][tests] Fix FlinkILoopTest on Java 9
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Apr 17, 2019
1 parent dd4566d commit 9438147
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PowerMockIgnore;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;

Expand All @@ -52,6 +53,7 @@
*/
@RunWith(PowerMockRunner.class)
@PrepareForTest(PlanExecutor.class)
@PowerMockIgnore("javax.tools.*")
public class FlinkILoopTest extends TestLogger {

@Test
Expand Down

0 comments on commit 9438147

Please sign in to comment.