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 d21c97f temporarily exclude flaky tests
d21c97f is described below
commit d21c97f1370cf5675460e4d0e82e5f17833905b1
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri Oct 25 11:36:24 2019 -0700
temporarily exclude flaky tests
---
geode-benchmarks/build.gradle | 2 ++
1 file changed, 2 insertions(+)
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 99a3f7d..5651d05 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -66,6 +66,8 @@ task benchmark(type: Test) {
exclude "**/*NonIndexedQueryBenchmark.class"
exclude "**/PartitionedFunctionExecutionBenchmark.class"
exclude "**/NoopBenchmark.class"
+ exclude "**/*AllBenchmark.class"
+ exclude "**/*LongBenchmark.class"
forkEvery 1