From c00703947b72dd9896ae6917e339d8b96ec123a9 Mon Sep 17 00:00:00 2001 From: Saravanamuthu Aka CF Mitrah Date: Thu, 12 Dec 2024 15:10:09 +0530 Subject: [PATCH] Update LDEV5173.cfc --- test/tickets/LDEV5173.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}