mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
Add test exclusion
This commit is contained in:
parent
da0bbcd51b
commit
6d2fe48ff3
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user