Skip to content

Commit

Permalink
[hotfix][network] remove PowerMockRunner from RecordWriterTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber authored and tillrohrmann committed Feb 27, 2018
1 parent f9daf9c commit 81259ad
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@
import org.apache.flink.util.XORShiftRandom;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;

import java.io.IOException;
import java.util.ArrayDeque;
Expand All @@ -71,8 +68,6 @@
/**
* Tests for the {@link RecordWriter}.
*/
@PrepareForTest({EventSerializer.class})
@RunWith(PowerMockRunner.class)
public class RecordWriterTest {

// ---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 81259ad

Please sign in to comment.