Skip to content

Commit

Permalink
Disable testRegisterTableWithDroppedTable in Polaris
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankvadariya authored and ebyhr committed Aug 22, 2024
1 parent 8a6b159 commit 8c2f9f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import io.trino.testing.TestingConnectorBehavior;
import org.apache.iceberg.BaseTable;
import org.assertj.core.util.Files;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
import org.junit.jupiter.api.parallel.Isolated;
Expand Down Expand Up @@ -180,6 +181,7 @@ public void testDropTableWithMissingDataFile()

@Test
@Override
@Disabled("Disable as register table is broken with S3 in Polaris. More info at https://github.com/trinodb/trino/pull/23099")
public void testRegisterTableWithTrailingSpaceInLocation()
{
assertThatThrownBy(super::testRegisterTableWithTrailingSpaceInLocation)
Expand Down

0 comments on commit 8c2f9f9

Please sign in to comment.