Description: Do not run the Python tests via R's testthat framework
 We run these directly rather than packaging ndjson_testrunner just
 for this one test.
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-07-30

--- a/tests/testthat/test_kernel.r
+++ b/tests/testthat/test_kernel.r
@@ -31,6 +31,7 @@
 })
 
 test_that('kernel tests pass', {
+    skip(message = 'Run Python test separately on Debian')
     skip_on_cran()
     expect_true(file.exists('test_ir.py'), 'test_ir.py exists')
     
