Skip to content

Commit

Permalink
Reenable join spill test
Browse files Browse the repository at this point in the history
Reenable test that was hanging due to join spill issue.
  • Loading branch information
rschlussel committed Apr 21, 2021
1 parent 848f735 commit f05484a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,4 @@ public void testAssignUniqueId()
// TODO: disabled until https://github.com/prestodb/presto/issues/8926 is resolved
// due to long running query test created many spill files on disk.
}

@Test(enabled = false)
@Override
public void testCorrelatedNonAggregationScalarSubqueries()
{
// TODO: disable until https://github.com/prestodb/presto/issues/15542 is resolved
}
}

0 comments on commit f05484a

Please sign in to comment.