Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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
{
Expand Down