File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ test_that("dna_sample works", {
3535})
3636
3737test_that(" attribute management works" , {
38- samp <- dna_sample()
38+ testthat :: skip_on_cran()
39+ testthat :: skip_on_ci()
40+ samp <- dna_sample(overwrite = TRUE )
3941 dna_init()
4042 dna_openDatabase(samp , coderId = 1 , coderPassword = " sample" )
4143 expect_error(dna_getAttributes(), " Please supply" )
@@ -52,7 +54,9 @@ test_that("attribute management works", {
5254})
5355
5456test_that(" statement management works" , {
55- samp <- dna_sample()
57+ testthat :: skip_on_cran()
58+ testthat :: skip_on_ci()
59+ samp <- dna_sample(overwrite = TRUE )
5660 dna_init()
5761 dna_openDatabase(samp , coderId = 1 , coderPassword = " sample" )
5862 expect_no_error(st <- dna_getStatements())
You can’t perform that action at this time.
0 commit comments