Skip to content

Commit

Permalink
OGM-122 exclude or refactor tests not supported by cassandra backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalliday authored and gunnarmorling committed May 13, 2015
1 parent dedced0 commit dc37cfe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
*/
@SkipByGridDialect(
value = { GridDialectType.CASSANDRA },
comment = "Galaxy.stars list - bag semantics unsupported (no primary key)"
comment = "list - bag semantics unsupported (no primary key)"
)
public class OptimisticLockingExtraTest extends OgmTestCase {

Expand Down

0 comments on commit dc37cfe

Please sign in to comment.