diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle index 450878a91..382060128 100644 --- a/geode-benchmarks/build.gradle +++ b/geode-benchmarks/build.gradle @@ -61,6 +61,7 @@ task benchmark(type: Test) { exceptionFormat = 'full' } + exclude "**/*Function*Benchmark.class" forkEvery 1 systemProperty 'TEST_HOSTS', project.findProperty('hosts')