Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ test-rel-cran: # as CRAN
test-dev-cran: # R-devel as CRAN
<<: *test-lin
image: registry.gitlab.com/jangorecki/dockerfiles/r-devel
allow_failure: true
allow_failure: false
variables:
_R_CHECK_CRAN_INCOMING_: "TRUE"
_R_CHECK_CRAN_INCOMING_REMOTE_: "TRUE"
Expand Down Expand Up @@ -191,8 +191,8 @@ test-dev-win: # R-devel on windows
variables:
R_BIN_VERSION: "3.6"
R_DIR: "R-devel"
TEST_DATA_TABLE_MEMTEST: "TRUE"
allow_failure: true
TEST_DATA_TABLE_MEMTEST: "FALSE" # disabled as described in #3147
allow_failure: false
script:
- Rscript -e "source('ci.R'); install.packages(dcf.dependencies('DESCRIPTION', which='all'))"
- *copy-src
Expand Down