Merge pull request #302435 from Kupac/fix_ReactomeContentService4R

rPackages.ReactomeContentService4R: fix loading test
This commit is contained in:
Nick Cao 2024-04-08 10:03:42 -04:00 committed by GitHub
commit 7a25d94b40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -946,6 +946,7 @@ let
packagesToSkipCheck = [ packagesToSkipCheck = [
"Rmpi" # tries to run MPI processes "Rmpi" # tries to run MPI processes
"ReactomeContentService4R" # tries to connect to Reactome
"pbdMPI" # tries to run MPI processes "pbdMPI" # tries to run MPI processes
"data_table" # fails to rename shared library before check "data_table" # fails to rename shared library before check
]; ];