File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ component extends="BaseAsyncSpec" {
7070 title : " can create a virtual thread executor" ,
7171 skip : (
7272 (
73- server .keyExists ( " coldfusion" ) && server .coldfusion .productName .findNoCase ( " ColdFusion" )
73+ server .keyExists ( " coldfusion" ) && server .coldfusion .productName .findNoCase (
74+ " ColdFusion"
75+ )
7476 ) ||
7577 ( variables .javaMajorVersion < 21 )
7678 ),
Original file line number Diff line number Diff line change @@ -50,7 +50,9 @@ component extends="tests.specs.async.BaseAsyncSpec" {
5050 title : " can create a virtual thread executor" ,
5151 skip : (
5252 (
53- server .keyExists ( " coldfusion" ) && server .coldfusion .productName .findNoCase ( " ColdFusion" )
53+ server .keyExists ( " coldfusion" ) && server .coldfusion .productName .findNoCase (
54+ " ColdFusion"
55+ )
5456 ) ||
5557 ( variables .javaMajorVersion < 21 )
5658 ),
You can’t perform that action at this time.
0 commit comments