Skip to content

Commit

Permalink
Update LDEV4753.cfc
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmitrah authored Jan 22, 2024
1 parent f3dcb69 commit eb559c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tickets/LDEV4753.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() {
if(isNotSupported()) return;
request.mssql = getCredentials();
Expand Down Expand Up @@ -48,4 +48,4 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
echo("DROP TABLE IF EXISTS cfupdatetbl");
}
}
}
}

0 comments on commit eb559c3

Please sign in to comment.