Skip to content

Commit b27d16a

Browse files
committed
Remove disabled TestIcebergV2.testEnvironmentContext
1 parent 691edec commit b27d16a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergV2.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
import org.apache.iceberg.parquet.Parquet;
7171
import org.apache.iceberg.types.Type;
7272
import org.apache.iceberg.types.Types;
73-
import org.junit.jupiter.api.Disabled;
7473
import org.junit.jupiter.api.Test;
7574
import org.junit.jupiter.api.TestInstance;
7675
import org.junit.jupiter.api.parallel.Execution;
@@ -115,7 +114,6 @@
115114
import static java.lang.String.format;
116115
import static java.nio.ByteOrder.LITTLE_ENDIAN;
117116
import static java.nio.charset.StandardCharsets.UTF_8;
118-
import static java.util.Map.entry;
119117
import static org.apache.iceberg.FileContent.EQUALITY_DELETES;
120118
import static org.apache.iceberg.FileContent.POSITION_DELETES;
121119
import static org.apache.iceberg.FileFormat.ORC;
@@ -1469,17 +1467,6 @@ public void testUpdateAfterEqualityDelete()
14691467
}
14701468
}
14711469

1472-
@Test
1473-
@Disabled // TODO https://github.com/trinodb/trino/issues/24539 Fix flaky test
1474-
void testEnvironmentContext()
1475-
{
1476-
try (TestTable table = newTrinoTable("test_environment_context", "(x int)")) {
1477-
Table icebergTable = loadTable(table.getName());
1478-
assertThat(icebergTable.currentSnapshot().summary())
1479-
.contains(entry("engine-name", "trino"), entry("engine-version", "testversion"));
1480-
}
1481-
}
1482-
14831470
@Test
14841471
public void testMetadataDeleteAfterCommitEnabled()
14851472
throws IOException

0 commit comments

Comments
 (0)