With a bit of encouragement from Justin CITE test are running for the 2.4.x branch, however we are not yet in a position to release.
We have one failure of note:
The log shows the following:
+ grep Failed
[exec] Test wfs:wfs-main (wfs-1.1.0) Failed (Inherited Failure)
[exec] Test wfs:readiness-tests (wfs-1.1.0/d41e34700_1) Failed (Inherited Failure)
[exec] Test wfs:basic-main (wfs-1.1.0/d41e34700_1/d41e749_1) Failed (Inherited Failure)
[exec] Test wfs:run-GetFeature-POST (wfs-1.1.0/d41e34700_1/d41e749_1/d41e24772_1) Failed (Inherited Failure)
[exec] Test wfs:wfs-1.1.0-Basic-GetFeature-tc7.1 (wfs-1.1.0/d41e34700_1/d41e749_1/d41e24772_1/d41e15488_1) Failed (Inherited Failure)
[exec] Test ctl:assert-xpath (wfs-1.1.0/d41e34700_1/d41e749_1/d41e24772_1/d41e15488_1/d41e16677_1) Failed
If I understand the logs correctly (unlikely) the failure is due to:
```
[exec] Testing wfs:wfs-1.1.0-Basic-GetFeature-tc7.1 (wfs-1.1.0/d41e34700_1/d41e749_1/d41e24772_1/d41e15488_1)...
[exec] Assertion: The @featureVersion attribute shall be ignored if versioning is not supported.
[exec] Testing ctl:assert-xpath (wfs-1.1.0/d41e34700_1/d41e749_1/d41e24772_1/d41e15488_1/d41e16677_1)...
[exec] Assertion:
[exec] Evaluates the given XPath expression against the input document and
[exec] returns a boolean result according to the XPath specification (see
[exec] [http://www.w3.org/TR/xpath#section-Boolean-Functions).](http://www.w3.org/TR/xpath#section-Boolean-Functions).)
[exec]
[exec] The expression '//wfs:FeatureCollection' is false.
[exec] Test ctl:assert-xpath Failed
[exec] Test wfs:wfs-1.1.0-Basic-GetFeature-tc7.1 Failed (Inherited failure)
```