Exclude test which require a connection to database
This commit is contained in:
parent
7326fb2a7f
commit
2f75bb6083
@ -2,3 +2,7 @@ dependencies {
|
||||
implementation 'org.postgresql:postgresql:42.5.0'
|
||||
testImplementation 'com.google.code.gson:gson:2.10'
|
||||
}
|
||||
|
||||
test {
|
||||
exclude 'fr/altarik/toolbox/database/**'
|
||||
}
|
Loading…
Reference in New Issue
Block a user