Skip to content

Commit

Permalink
Disabled AlluxioSinkTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed Apr 8, 2024
1 parent 66333ed commit 16396b4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
import org.mockito.invocation.InvocationOnMock;
import org.mockito.stubbing.Answer;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import org.testng.annotations.*;

import java.util.HashMap;
import java.util.List;
Expand All @@ -58,6 +55,7 @@
* Alluxio Sink test
*/
@Slf4j
@Test(enabled = false)
public class AlluxioSinkTest {

@Mock
Expand Down

0 comments on commit 16396b4

Please sign in to comment.