Skip to content

Commit

Permalink
Disable TestDistributedSpilledQueries#testLimitWithJoin
Browse files Browse the repository at this point in the history
The often stuck indefinitely.
  • Loading branch information
caithagoras0 authored and mbasmanova committed Dec 13, 2019
1 parent 5545874 commit cb4ffb3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,10 @@ 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.
}

@Override
public void testLimitWithJoin()
{
// TODO: disable until https://github.com/prestodb/presto/issues/13859 is resolved.
}
}

0 comments on commit cb4ffb3

Please sign in to comment.