This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new cd8216c  Disable query again
cd8216c is described below

commit cd8216c7ec917ee40ed11388350d731a98ff0a9f
Author: Jacob Barrett <jbarr...@pivotal.io>
AuthorDate: Wed Apr 24 14:43:18 2019 -0700

    Disable query again
---
 geode-benchmarks/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index bc6f097..6552688 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,6 +64,8 @@ task benchmark(type: Test) {
         exceptionFormat = 'full'
     }
 
+    exclude "**/*IndexedQueryBenchmark.class"
+
     forkEvery 1
 
     systemProperty 'TEST_HOSTS', project.findProperty('hosts')

Reply via email to