Skip to content

Commit 2212633

Browse files
committed
improve test cases
1 parent 49d440b commit 2212633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/general/ClassLoading.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
component extends="org.lucee.cfml.test.LuceeTestCase" labels="ec2" {
22
function run( testResults , testBox ) {
33
describe( title="test if i can load an instance of a class",body=function() {
4-
it(title="loading instance", skip=isNotSupported(), body = function( currentSpec ) {
4+
it(title="loading instance", body = function( currentSpec ) {
55
var obj=createObject("java","org.lucee.extension.aws.ec2.function.EC2DescribeInstances");
66
getMetaData(obj)
77
});

0 commit comments

Comments
 (0)