Add test exclusion

This commit is contained in:
Timo Westkämper 2014-09-25 20:47:32 +03:00
parent da0bbcd51b
commit 6d2fe48ff3

View File

@ -20,6 +20,10 @@ public class MySQLEclipseLinkTest extends AbstractJPASuite {
// not supported in MySQL/EclipseLink
}
@Override
public void Enum_StartsWith() {
// not supported in MySQL/EclipseLink
}
@Override
public void Order_StringValue() {
// not supported in MySQL/EclipseLink
}