Skip to content

Commit

Permalink
remove ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
voddle committed Nov 3, 2023
1 parent 8dcf85e commit 338fc63
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
import org.junit.AssumptionViolatedException;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
Expand Down Expand Up @@ -293,7 +292,6 @@ public static void writeTest() throws Exception {
@Test(timeout = 50000)
@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "jiaming",
comment = "fix the test case")
@Ignore
public void read() throws Exception {
org.apache.hadoop.fs.FileSystem fs =
org.apache.hadoop.fs.FileSystem.get(sLocalAlluxioClusterUri, HadoopConfigurationUtils
Expand All @@ -307,7 +305,6 @@ public void read() throws Exception {
@Test(timeout = 50000)
@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "jiaming",
comment = "fix the test case")
@Ignore
public void readRandom() throws Exception {
org.apache.hadoop.fs.FileSystem fs =
org.apache.hadoop.fs.FileSystem.get(sLocalAlluxioClusterUri, HadoopConfigurationUtils
Expand All @@ -322,7 +319,6 @@ public void readRandom() throws Exception {
@Test(timeout = 50000)
@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "jiaming",
comment = "fix the test case")
@Ignore
public void readBackward() throws Exception {
org.apache.hadoop.fs.FileSystem fs =
org.apache.hadoop.fs.FileSystem.get(sLocalAlluxioClusterUri, HadoopConfigurationUtils
Expand All @@ -337,7 +333,6 @@ public void readBackward() throws Exception {
@Test(timeout = 50000)
@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "jiaming",
comment = "fix the test case")
@Ignore
public void readSkip() throws Exception {
org.apache.hadoop.fs.FileSystem fs =
org.apache.hadoop.fs.FileSystem.get(sLocalAlluxioClusterUri, HadoopConfigurationUtils
Expand All @@ -352,7 +347,6 @@ public void readSkip() throws Exception {
@Test(timeout = 50000)
@DoraTestTodoItem(action = DoraTestTodoItem.Action.FIX, owner = "jiaming",
comment = "fix the test case")
@Ignore
public void readLargeSkip() throws Exception {
org.apache.hadoop.fs.FileSystem fs =
org.apache.hadoop.fs.FileSystem.get(sLocalAlluxioClusterUri, HadoopConfigurationUtils
Expand Down

0 comments on commit 338fc63

Please sign in to comment.