-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting skipped tests on windows, fine on Mac #139
Comments
This is too vague. You're not saying how you run things. I don't know any of your files, your output etc. |
Sorry about that, have put it in fatlazycat/samples Then cd sbe and run mvn test. Currently using mvn 3.0.3, Java 1.6.0_30 and Scala 2.9.1 |
Under mac get 3 run tests, under windows 3 tests are run but the scenarios don't get tested and just report 2 skipped tests |
Thanks for the details. I have reproduced it and am looking into it. |
This is fixed on master - will be fixed in the next release. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using cuke-jvm RC3 I get get skipped tests when I attempt run on windows. The same maven project on a mac execute fine and the test run and pass from the basic arithmetic example.
This sample is just a copy of your scala / java examples.
I got a similar behaviour when I attempted to run the examples on windows when in the actual example directory. The examples still reference RC2 by the way.
Is this known issue ??
The text was updated successfully, but these errors were encountered: