-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Simplified case:
test(s"Test running at ${System.currentTimeMillis()}"){
fail()
}
When I try to run tests using gradle, this test is not executed when using junit5 platform with scalatest engine (5.1-3.2.18). If I run the same using IntelliJ plugin runner, it's executed without issue.
I suspect this is because the different value there at test registration and then test class execution. We discovered this by accident when we noticed some tests were not running on our CI after update to this library from old junit4 runner and scalatest)
zdenek-biberle and doumr
Metadata
Metadata
Assignees
Labels
No labels