thisisnic commented on a change in pull request #11087:
URL: https://github.com/apache/arrow/pull/11087#discussion_r702736047
##########
File path: r/tests/testthat/test-compute-no-bindings.R
##########
@@ -15,6 +15,8 @@
# specific language governing permissions and limitations
# under the License.
+skip_if_not_available("utf8proc")
+
test_that("non-bound compute kernels using TrimOptions", {
Review comment:
How about we put this inside the test, so that when we add other tests
which don't require `utf8proc` to this file, they still run?
```suggestion
test_that("non-bound compute kernels using TrimOptions", {
skip_if_not_available("utf8proc")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]