Skip to content

Commit ff70f7b

Browse files
Merge pull request #394 from villegar/v6.3.3-dev
V6.3.3 dev test skipping tests
2 parents 9b8d8d6 + 51334b8 commit ff70f7b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
- uses: r-lib/actions/check-r-package@v2
4949
with:
5050
upload-snapshots: true
51-
build_args: 'c("--no-manual", "--as-cran", "--compact-vignettes=gs+qpdf")'
51+
build_args: 'c("--no-manual", "--compact-vignettes=gs+qpdf")'

tests/testthat/test-perf-meanDS.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# Set up
1313
#
1414

15+
# avoid performance tests on CRAN and GitHub Actions
16+
testthat::skip_on_cran()
17+
testthat::skip_on_ci()
18+
1519
context("meanDS::perf::setup")
1620

1721
set.standard.disclosure.settings()

tests/testthat/test-perf-varDS.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# Set up
1313
#
1414

15+
# avoid performance tests on CRAN and GitHub Actions
16+
testthat::skip_on_cran()
17+
testthat::skip_on_ci()
18+
1519
context("varDS::perf::setup")
1620

1721
set.standard.disclosure.settings()

0 commit comments

Comments
 (0)