diff --git a/presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestPrestoNativeAsyncDataCacheCleanupAPI.java b/presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestPrestoNativeAsyncDataCacheCleanupAPI.java index 8c2b251215126..314144c322fc5 100644 --- a/presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestPrestoNativeAsyncDataCacheCleanupAPI.java +++ b/presto-native-execution/src/test/java/com/facebook/presto/nativeworker/TestPrestoNativeAsyncDataCacheCleanupAPI.java @@ -67,7 +67,7 @@ protected void createTables() createCustomer(queryRunner); } - @Test(groups = {"async_data_cache"}) + @Test(groups = {"async_data_cache"}, enabled = false) public void testAsyncDataCacheCleanup() throws Exception { Session session = Session.builder(super.getSession()) @@ -193,7 +193,7 @@ private Set getWorkerNodes(DistributedQueryRunner queryRunner) .collect(Collectors.toSet()); } - @Test(groups = {"async_data_cache"}) + @Test(groups = {"async_data_cache"}, enabled = false) public void testAsyncDataCacheCleanupApiFormat() { QueryRunner queryRunner = getQueryRunner();