Skip to content

Commit

Permalink
skip test if there is no lzo configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghu Angadi committed Mar 20, 2012
1 parent 928924f commit 27e7823
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ public void TestMultiFormatLoaderWithEmptyRecords() throws Exception {
public void TestErrorTolerance() throws Exception {
// test configurable error tolerance in EB record reader.

if (pigServer == null) {
return;
}

// initialize
String testDir = System.getProperty("test.build.data") + "/TestErrorTolerance";

Expand Down

0 comments on commit 27e7823

Please sign in to comment.