Skip to content

Commit 06cf335

Browse files
committed
Excluding tests from runSlowFunctionalTests
1 parent 9cc592e commit 06cf335

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

marklogic-client-api-functionaltests/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ task runSlowFunctionalTests(type: Test) {
5959
description = "Run slow functional tests; i.e. those that setup/teardown custom app servers / databases"
6060
include "com/marklogic/client/datamovement/functionaltests/**"
6161
include "com/marklogic/client/functionaltest/**"
62+
exclude 'com/marklogic/client/functionaltest/TestSSLConnection.class'
63+
exclude 'com/marklogic/client/functionaltest/TestBug18993.class'
64+
exclude 'com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.class'
65+
exclude 'com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.class'
66+
exclude 'com/marklogic/client/functionaltest/TestDatabaseClientWithCertBasedAuth.class'
67+
exclude 'com/marklogic/client/functionaltest/TestSandBox.class'
6268
}
6369

6470
task runFunctionalTests {

0 commit comments

Comments
 (0)