Skip to content

Commit

Permalink
Enable Phoenix product test
Browse files Browse the repository at this point in the history
  • Loading branch information
virajjasani committed Dec 30, 2024
1 parent 0b9e662 commit 4db664d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
public class TestPhoenix
extends ProductTest
{
// TODO: https://github.com/trinodb/trino/issues/21824
@Test(groups = {PHOENIX, PROFILE_SPECIFIC_TESTS}, timeOut = 30_000L, enabled = false)
@Test(groups = {PHOENIX, PROFILE_SPECIFIC_TESTS})
public void testCreateTableAsSelect()
{
String tableName = "nation_" + UUID.randomUUID().toString().replace("-", "");
Expand Down

0 comments on commit 4db664d

Please sign in to comment.