diff --git a/test/tickets/LDEV4781.cfc b/test/tickets/LDEV4781.cfc index 71e14cf5af..7fb4ec26b1 100644 --- a/test/tickets/LDEV4781.cfc +++ b/test/tickets/LDEV4781.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" { +component extends="org.lucee.cfml.test.LuceeTestCase" skip=true { function run( testResults , testBox ) { describe( title="Test suite for LDEV-4781", body=function() { @@ -21,4 +21,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" { }); } -} \ No newline at end of file +}