Skip to content

Commit

Permalink
disable dev-win memtest, #3147, not allow r-dev failures, looks stabl…
Browse files Browse the repository at this point in the history
…e enough (#3208)
  • Loading branch information
jangorecki authored and mattdowle committed Dec 12, 2018
1 parent 70c1302 commit 4c9a1f0
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 4c9a1f0

Please sign in to comment.