Skip to content

Commit

Permalink
Remove ignores since they do not seem to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Argyris Zymnis committed Aug 28, 2013
1 parent 5d6356c commit f8a7ee1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import java.util.List;
import java.util.Set;
import org.apache.hadoop.fs.Path;
import org.junit.Ignore;
import static com.backtype.support.TestUtils.*;

public class PailOpsTest extends FSTestCase {
Expand Down Expand Up @@ -394,7 +393,6 @@ public boolean canAppendDifferentFormats() {
//TODO: test that original pail is now empty
}

@Ignore
public void testAbsorb() throws Exception {
appendOperationTest(new AppendOperation() {
public void append(Pail into, Pail data, int renameMode) throws IOException {
Expand Down

0 comments on commit f8a7ee1

Please sign in to comment.