Skip to content

Commit

Permalink
[CALCITE-3660] Disable PigRelBuilderStyleTest#testScanAndFilter since…
Browse files Browse the repository at this point in the history
… it fails too often for no reason
  • Loading branch information
vlsi committed Mar 25, 2020
1 parent c60f675 commit 989fc12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public PigRelBuilderStyleTest() {
+ File.separatorChar);
}

@Disabled("CALCITE-3660")
@Test public void testScanAndFilter() throws Exception {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand Down

0 comments on commit 989fc12

Please sign in to comment.