Skip to content

Commit

Permalink
Update LDEV4268.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Jan 30, 2024
1 parent dfa20be commit e582c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4268.cfc
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -26,4 +26,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="syntax" {
return baseURI&""&calledName;
}

}
}

0 comments on commit e582c03

Please sign in to comment.