Skip to content

Commit

Permalink
Disable TestDirectoryListCacheInvalidation
Browse files Browse the repository at this point in the history
Temporarily disabling this test because it is flaky.
  • Loading branch information
tdcmeehan committed Apr 8, 2024
1 parent 352fe6b commit 4f91dee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public void setUp()
query("CREATE TABLE hivecached.default.region_cache AS SELECT * FROM tpch.tiny.region");
}

@Test(groups = {HIVE_LIST_CACHING})
// Flaky test: https://github.com/prestodb/presto/issues/22425
@Test(groups = {HIVE_LIST_CACHING}, enabled = false)
public void testDirectoryListCacheInvalidation()
{
String jmxMetricsQuery = "SELECT sum(hitcount), sum(misscount) from jmx.current.\"com.facebook.presto.hive:name=hivecached,type=cachingdirectorylister\"";
Expand Down

0 comments on commit 4f91dee

Please sign in to comment.