Skip to content

Commit

Permalink
[CALCITE-1751] Disable the flapping pig-adapter test
Browse files Browse the repository at this point in the history
Closes apache#424
  • Loading branch information
joshelser committed Apr 11, 2017
1 parent 6543c0f commit 66cdfc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import static org.apache.calcite.rel.rules.FilterJoinRule.TRUE_PREDICATE;
Expand Down Expand Up @@ -181,6 +182,7 @@ public void testImplWithJoin() throws Exception {
}

@Test
@Ignore("CALCITE-1751")
public void testImplWithJoinAndGroupBy() throws Exception {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand Down

0 comments on commit 66cdfc6

Please sign in to comment.