diff --git a/test/tickets/LDEV3860.cfc b/test/tickets/LDEV3860.cfc index c2d26b84ab..ce69e85a54 100644 --- a/test/tickets/LDEV3860.cfc +++ b/test/tickets/LDEV3860.cfc @@ -64,7 +64,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="sas" { }); }); // testcase for LDEV-4211 - describe(title="Testcase for LDEV-4211", skip=true, body=function() { + describe(title="Testcase for LDEV-4211", skip=false, body=function() { it( title="check error - using invalid entity name in entityNew() without transcation", skip="#isDatasourceNotConfigured()#", body=function( currentSpec ){ local.res = _InternalRequest( template="#variables.uri#\LDEV3860.cfm",