File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
marklogic-client-api-functionaltests Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
6470task runFunctionalTests {
You can’t perform that action at this time.
0 commit comments