Fixed MySQL exclusion from standard test
parent
e8e511d9ce
commit
7e542a804c
|
@ -75,7 +75,7 @@ dependencies {
|
||||||
test {
|
test {
|
||||||
exclude '**/*SQLite*Test*'
|
exclude '**/*SQLite*Test*'
|
||||||
exclude '**/*H2*Test*'
|
exclude '**/*H2*Test*'
|
||||||
exclude '**/*MySql*Test'
|
exclude '**/*MySQL*Test*'
|
||||||
exclude '**/*IntegrationTest*'
|
exclude '**/*IntegrationTest*'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue