I don’t see how your output indicates the test is running twice. Is there more output missing from the clip? Try added ‘—info’ to your Gradle command to validate.
> On Dec 4, 2018, at 10:53 AM, Kirk Lund <kl...@apache.org> wrote: > > So, based on the output that I see from gradle when I execute this: > > $ ./gradlew geode-core:integrationTest --tests AnalyzeSerializablesJUnitTest > > ...gradle apparently runs the test class twice. I say this because this is > my output: > > 94% EXECUTING [1m 21s] > > geode-core:integrationTest > 3 tests completed > > geode-core:integrationTest > Executing test > org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest > > > After running it once and reporting that it completed, it then executes the > entire test class a 2nd time. > > > Anyone know enough gradle to fix our files to prevent this?