diff --git a/test/tickets/LDEV5173.cfc b/test/tickets/LDEV5173.cfc index a43c847281..8c8193e262 100644 --- a/test/tickets/LDEV5173.cfc +++ b/test/tickets/LDEV5173.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( "Test for LDEV-5173", function() { beforeEach( function(){ @@ -18,4 +18,4 @@ component extends = "org.lucee.cfml.test.LuceeTestCase"{ }); } ); } -} \ No newline at end of file +}