This is an automated email from the ASF dual-hosted git repository.
heybales 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 d4940f0 disable flaky PartitionedNonIndexedQueryBenchmark
d4940f0 is described below
commit d4940f05984fc4eff33b0b1bb0446920b097b20e
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri May 31 15:50:34 2019 -0700
disable flaky PartitionedNonIndexedQueryBenchmark
---
geode-benchmarks/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 6c235b3..3c167e1 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -66,6 +66,7 @@ task benchmark(type: Test) {
exclude "**/Replicated*QueryBenchmark.class"
exclude "**/ReplicatedFunctionExecution*Benchmark.class"
+ exclude "**/PartitionedNonIndexedQueryBenchmark.class"
forkEvery 1