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 5b8f565 exclude flaky LongBenchmarks from running in CI or locally
(#122)
5b8f565 is described below
commit 5b8f5657c425e2ad898fe59986c7a7b2f848fc37
Author: Helena Bales <[email protected]>
AuthorDate: Fri Dec 13 09:57:50 2019 -0800
exclude flaky LongBenchmarks from running in CI or locally (#122)
---
geode-benchmarks/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 847c4c9..3929b82 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -64,6 +64,7 @@ task benchmark(type: Test) {
testLogging { exceptionFormat = 'full' }
exclude "**/NoopBenchmark.class"
+ exclude "**/LongBenchmark.class"
forkEvery 1