Skip to content

Commit

Permalink
Run Phoenix integration test after 5.2.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
virajjasani committed Dec 18, 2024
1 parent 465f48a commit 81f1e5f
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 81f1e5f

Please sign in to comment.