Skip to content

Commit

Permalink
temporarily disable print test under Linux (s. #435) (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri05 authored Apr 16, 2021
1 parent a2c8352 commit 46864ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-user-defined-pk-parameter.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ context("UserDefinedPKParameter")


test_that("It print a user defined pk parameter", {
skip_on_os("linux") # TODO enable again as soon as https://github.com/Open-Systems-Pharmacology/OSPSuite-R/issues/435 was fixed

userDefinedPKParameter <- addUserDefinedPKParameter(name = "MyAUC", standardPKParameter = StandardPKParameter$AUC_tEnd)
userDefinedPKParameter$startTime <- 50
userDefinedPKParameter$endTime <- 80
Expand Down

0 comments on commit 46864ad

Please sign in to comment.