Skip to content

Commit

Permalink
Added ignore to test helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
webdetails-build-bot committed Oct 18, 2012
1 parent cc3e7ea commit 82fc5a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test-src/org/pentaho/telemetry/TelemetryBaseTest.java
Expand Up @@ -27,14 +27,22 @@
import java.io.ObjectOutputStream;
import java.util.HashMap;
import java.util.Map;
import org.junit.Ignore;


/**
*
* @author pedrovale
*/
@Ignore
public class TelemetryBaseTest {


// @Test
// public void testDummy() {
//
// }

protected File[] getTelFilesInFolder(File f1) {
return f1.listFiles(new FilenameFilter() {
@Override
Expand Down

0 comments on commit 82fc5a2

Please sign in to comment.