We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24049dc commit 431cb8cCopy full SHA for 431cb8c
tests/testthat/test-engine.R
@@ -29,15 +29,3 @@ test_that("can kill engine", {
29
expect_false(is_runner_alive(engine))
30
cleanup_test_engine(engine)
31
})
32
-
33
-test_that('logs are cleared', {
34
- engine <- new_test_engine()
35
- logpath <- engine$logpath
36
- new_runner(engine)
37
- expect_true(file.exists(logpath))
38
- kill_engine(engine)
39
- cleanup_test_engine(engine)
40
- rm(engine)
41
- gc()
42
- expect_false(file.exists(logpath))
43
-})
0 commit comments