Skip to content

Commit

Permalink
ignore tests for hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 8, 2018
1 parent f4e7e75 commit f011582
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.imixs.workflow.xml.XMLItemCollection;
import org.imixs.workflow.xml.XMLItemCollectionAdapter;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -79,6 +80,7 @@ public void testXML() {
[&permission=<OCTAL>][&buffersize=<INT>]"
*/
@Test
@Ignore
public void postTestWebHDFS() {
ItemCollection workitem = new ItemCollection();

Expand Down Expand Up @@ -111,6 +113,7 @@ public void postTestWebHDFS() {
* Testing the read performance.
*/
@Test
@Ignore
public void readTestWebHDFS() {
ItemCollection workitem =null;

Expand Down

0 comments on commit f011582

Please sign in to comment.