From 8a6be13f342db2e1fec305278665d202969c85f9 Mon Sep 17 00:00:00 2001 From: Saravanamuthu Aka CF Mitrah Date: Fri, 29 Dec 2023 12:28:22 +0530 Subject: [PATCH] Update LDEV4771.cfc --- test/tickets/LDEV4771.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tickets/LDEV4771.cfc b/test/tickets/LDEV4771.cfc index c29f08d5e3..94c2715223 100644 --- a/test/tickets/LDEV4771.cfc +++ b/test/tickets/LDEV4771.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" { +component extends="org.lucee.cfml.test.LuceeTestCase" skip=true { function beforeAll(){ variables.uri = createURI("LDEV4771"); @@ -19,4 +19,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" { return baseURI&""&calledName; } -} \ No newline at end of file +}