Skip to content

Commit c0b846a

Browse files
TESTS: Add 'skip_on_cran' tags for more tests
1 parent 1c5763d commit c0b846a

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# - {os: macOS-latest, r: 'oldrel' }
2525
- {os: ubuntu-latest, r: 'devel' }
2626
- {os: ubuntu-latest, r: 'release' }
27-
- {os: ubuntu-latest, r: 'release', future_version: develop }
27+
- {os: ubuntu-latest, r: 'release', future_version: develop, label: 'future develop' }
2828
- {os: ubuntu-latest, r: 'oldrel' }
2929
- {os: ubuntu-latest, r: 'oldrel-1' }
3030
- {os: ubuntu-latest, r: 'oldrel-2' }

inst/testme/test-batchtools_bash.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#' @tags skip_on_cran
2-
#' @tags batchtools_bash
32

43
library(future)
54

inst/testme/test-batchtools_hpc.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#' @tags skip_on_cran
2+
13
library(future)
24
library(future.batchtools)
35

inst/testme/test-batchtools_multicore.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#' @tags skip_on_cran
2+
13
library(future)
24
library(listenv)
35

0 commit comments

Comments
 (0)