Skip to content

Commit

Permalink
make it sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Blagojevic committed Jun 3, 2009
1 parent c9787fc commit 76375f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/junit-functional/org/jgroups/tests/AgeOutCacheTest.java
Expand Up @@ -13,9 +13,9 @@
* Test cases for AgeOutCache
*
* @author Bela Ban
* @version $Id: AgeOutCacheTest.java,v 1.3 2009/06/03 07:48:07 vlada Exp $
* @version $Id: AgeOutCacheTest.java,v 1.4 2009/06/03 07:48:59 vlada Exp $
*/
@Test(groups = Global.FUNCTIONAL, sequential = false)
@Test(groups = Global.FUNCTIONAL, sequential = true)
public class AgeOutCacheTest {
ScheduledExecutorService timer;

Expand Down

0 comments on commit 76375f5

Please sign in to comment.