You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started to see this test fail with build 2022.12.0-daily-267 on Oct 12, 2022 4:05 AM. We have some test testing testthat and they are failing as we are expecting it to show Done! at the end of the results. The test checks for the text Test complete already so that is good but this check fails: expected: [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] Done!
Kevin mentioned it might be it thinks it is not RStudio.
For now, I just adjusted our tests to expect [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] in the output, so our tests are passing for this currently. Maybe this is all that is expected now?
We started to see this test fail with build 2022.12.0-daily-267 on Oct 12, 2022 4:05 AM. We have some test testing testthat and they are failing as we are expecting it to show
Done!
at the end of the results. The test checks for the textTest complete
already so that is good but this check fails:expected: [ FAIL 0 | WARN 0 | SKIP 0 | PASS 1 ] Done!
Kevin mentioned it might be it thinks it is not RStudio.
testthat/R/reporter-progress.R
Lines 367 to 369 in 05b07d4
Below is the test that we run and the output.
The text was updated successfully, but these errors were encountered: