Skip to content

Commit

Permalink
Unquarantine TestTablePartitioningSelect
Browse files Browse the repository at this point in the history
This test was failling because of the resources filtering issue
  • Loading branch information
Andrii Rosa authored and martint committed Apr 1, 2016
1 parent 495f658 commit 44bc1fb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -28,7 +28,6 @@
import java.util.Optional;

import static com.facebook.presto.tests.TestGroups.HIVE_CONNECTOR;
import static com.facebook.presto.tests.TestGroups.QUARANTINE;
import static com.teradata.tempto.Requirements.allOf;
import static com.teradata.tempto.assertions.QueryAssert.Row.row;
import static com.teradata.tempto.assertions.QueryAssert.assertThat;
Expand Down Expand Up @@ -87,7 +86,7 @@ public Requirement getRequirements(Configuration configuration)
);
}

@Test(groups = {HIVE_CONNECTOR, QUARANTINE})
@Test(groups = {HIVE_CONNECTOR})
public void testSelectPartitionedHiveTableDifferentFormats()
throws SQLException
{
Expand Down

0 comments on commit 44bc1fb

Please sign in to comment.