Replies: 2 comments
-
This is actually a bug which was introduced last year when working on |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please try with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to test a akka http server side event API, but it stumbled upon a problem where specs2 would skip a test for unknown reasons.
If I run
and execute
sbt test
I see that the test is being skipped. With the Future of 1 second timing out (of which I find no way to control but that is a separate issue), I should expect that the should fail and not being skipped, no?
Beta Was this translation helpful? Give feedback.
All reactions