Skip to content

Commit

Permalink
Unignore the test
Browse files Browse the repository at this point in the history
  • Loading branch information
arpad-m committed May 10, 2024
1 parent 3da7ac9 commit e6fa290
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pageserver/compaction/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ pub(crate) fn setup_logging() {
/// even if we produce an extremely narrow delta layer, spanning just that one
/// key, we still too many records to fit in the target file size. We need to
/// split in the LSN dimension too in that case.
///
/// TODO: The code to avoid this problem has not been implemented yet! So the
/// assertion currently fails, but we need to make it not fail.
#[ignore]
#[tokio::test]
async fn test_many_updates_for_single_key() {
setup_logging();
Expand Down

0 comments on commit e6fa290

Please sign in to comment.