Skip to content

Commit

Permalink
Work around knitr
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Nov 9, 2023
1 parent 37aae7e commit c22866f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes_src/packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@ in a test will gracefully skip a test
Sys.setenv("VAULTR_TEST_SERVER_BIN_PATH" = NA_character_)
```

```{r, error = TRUE}
<!-- can't use error=TRUE on the block here, as testthat::skip() still fails the vignette build -->

```r
srv <- vaultr::vault_test_server()
## Error: vault is not enabled
```


Expand Down

0 comments on commit c22866f

Please sign in to comment.