Skip to content

Commit

Permalink
lucee 6 removal of tests, should be fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 27, 2023
1 parent ec1d66b commit 92e9ab4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/specs/core/collections/ScopeStorageTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
assertTrue( scope.delete( "luis", "server" ) );

// https://luceeserver.atlassian.net/browse/LDEV-4423
if ( isLucee6() ) {
writeOutput( "--- SKIPPED for Lucee 6 --- " );
return;
}
// if ( isLucee6() ) {
// writeOutput( "--- SKIPPED for Lucee 6 --- " );
// return;
// }
assertFalse( scope.delete( "luis", "server" ) );
</cfscript>
</cffunction>
Expand Down

0 comments on commit 92e9ab4

Please sign in to comment.