diff --git a/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java b/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java index a9903b682669..9122cbd98d3d 100644 --- a/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java +++ b/plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeLocalConcurrentWritesTest.java @@ -206,6 +206,7 @@ private void testConcurrentInsertsSelectingFromTheSameTable(boolean partitioned) } @Test + @Disabled // TODO https://github.com/trinodb/trino/issues/22455 Fix flaky test public void testConcurrentInsertsSelectingFromTheSameVersionedTable() throws Exception { @@ -262,6 +263,7 @@ private void testConcurrentInsertsSelectingFromTheSameVersionedTable(boolean par } @Test + @Disabled // TODO https://github.com/trinodb/trino/issues/22455 Fix flaky test void testConcurrentInsertsSelectingFromTheSameTemporalVersionedTable() throws Exception {