Skip to content

Commit 1776d9f

Browse files
committed
more fixes to avoid testing certain caches on BoxLang
1 parent ff21ded commit 1776d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/cache/providers/CFColdBoxProviderTest.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
component
22
extends="CFProviderTest"
33
output ="false"
4-
skip ="isAdobe"
4+
skip ="notAdobe"
55
{
66

77
function setup(){

0 commit comments

Comments
 (0)