Skip to content

Commit

Permalink
Update LDEV4747.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah committed Nov 7, 2023
1 parent d3c4c13 commit 9908fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4747.cfc
Original file line number Diff line number Diff line change
@@ -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("LDEV4747");
Expand Down Expand Up @@ -34,4 +34,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
directoryDelete( uri, true );
}
}
}
}

0 comments on commit 9908fef

Please sign in to comment.