Fixed MySQL exclusion from standard test

Sync_Query
Arbel Deutsch Peled 2016-01-02 12:38:53 +02:00
parent e8e511d9ce
commit 7e542a804c
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ dependencies {
test {
exclude '**/*SQLite*Test*'
exclude '**/*H2*Test*'
exclude '**/*MySql*Test'
exclude '**/*MySQL*Test*'
exclude '**/*IntegrationTest*'
}