Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ protected boolean isColumnNameRejected(Exception exception, String columnName, b
return nullToEmpty(exception.getMessage()).matches(".*(Fields must contain only letters, numbers, and underscores, start with a letter or underscore, and be at most 300 characters long).*");
}

@Test(enabled = false)
@Test
public void testSelectFromHourlyPartitionedTable()
{
try (TestTable table = new TestTable(
Expand All @@ -343,7 +343,7 @@ public void testSelectFromHourlyPartitionedTable()
}
}

@Test(enabled = false)
@Test
public void testSelectFromYearlyPartitionedTable()
{
try (TestTable table = new TestTable(
Expand Down