From e582c035278edff8596177f9808390c0cbff91ee Mon Sep 17 00:00:00 2001 From: Saravanamuthu Aka CF Mitrah Date: Tue, 30 Jan 2024 11:44:07 +0530 Subject: [PATCH] Update LDEV4268.cfc --- test/tickets/LDEV4268.cfc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tickets/LDEV4268.cfc b/test/tickets/LDEV4268.cfc index 95aee0552b..27cffc0fe5 100644 --- a/test/tickets/LDEV4268.cfc +++ b/test/tickets/LDEV4268.cfc @@ -1,4 +1,4 @@ -component extends="org.lucee.cfml.test.LuceeTestCase" labels="syntax" { +component extends="org.lucee.cfml.test.LuceeTestCase" labels="syntax" skip=true { function beforeAll() { variables.uri = createURI("LDEV4268"); @@ -26,4 +26,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="syntax" { return baseURI&""&calledName; } -} \ No newline at end of file +}