From cb4ffb3f4c20260553cb4e9952b83ee8858c2138 Mon Sep 17 00:00:00 2001 From: Leiqing Cai Date: Thu, 12 Dec 2019 13:21:18 -0800 Subject: [PATCH] Disable TestDistributedSpilledQueries#testLimitWithJoin The often stuck indefinitely. --- .../presto/tests/TestDistributedSpilledQueries.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java b/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java index d3fe51ad9384..50e017841c9b 100644 --- a/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java +++ b/presto-tests/src/test/java/com/facebook/presto/tests/TestDistributedSpilledQueries.java @@ -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. + } }