Skip to content

Commit

Permalink
Merge pull request #11122 from jerrinot/fixes/membership-test-npe/master
Browse files Browse the repository at this point in the history
Use inherited runner in MembershipFailureTest_withTCP
  • Loading branch information
mdogan committed Aug 17, 2017
2 parents 80b48ea + d218dbc commit 5f7d956
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@

import static com.hazelcast.instance.HazelcastInstanceFactory.createInstanceName;

@RunWith(HazelcastSerialClassRunner.class)
@Category({SlowTest.class})
@Category(SlowTest.class)
public class MembershipFailureTest_withTCP extends MembershipFailureTest {

@After
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,13 @@
-Djavax.cache.annotation.CacheInvocationContext=${javax.cache.annotation.CacheInvocationContext}
-Dlog4j.skipJansi=true
</argLine>
<includes>
<include>**/**.java</include>
</includes>
<excludes>
<exclude>**/jsr/**.java</exclude>
<exclude>**/**IT.java</exclude>
</excludes>
<groups>
com.hazelcast.test.annotation.NightlyTest,
com.hazelcast.test.annotation.SlowTest
Expand Down

0 comments on commit 5f7d956

Please sign in to comment.