Skip to content

Commit

Permalink
ISPN-6978 Reproducer
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavonalle committed Aug 26, 2016
1 parent 38aab89 commit 0e670cd
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.infinispan.query.blackbox;

import org.testng.annotations.Test;

/**
* @since 9.0
*/
@Test(groups = "functional", testName = "query.blackbox.ClusteredCacheWithAffinityIndexManagerTx")
public class ClusteredCacheWithAffinityIndexManagerTx extends ClusteredCacheWithAffinityIndexManagerTest {

@Override
protected boolean transactionsEnabled() {
return true;
}
}

0 comments on commit 0e670cd

Please sign in to comment.