-
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
Make AWS tests SkippableFacts #2080
Comments
@sergeybykov They shouldn't be skipped on just any error, but rather on errors failing to connect to the AWS emulator/storage. We could turn this into default functionality too in the future (I would hope without mangling it in class constructors, arguing that's not class but test invariants). |
This will be a consideration for the Kinesis simulator also so I'll need to On Sat, Aug 20, 2016 at 7:44 AM, Veikko Eeva [email protected]
|
@MikeHardman sure, After the last 2 PRs get merged I'll make a cleanup and make the tests (1) isolated on its own projects as suggested by @jdom and (2) make them skippable. |
I think we can close that after #2095 |
The AWS tests added as part of #2007 and #2008 are failing in the absence of the AWS emulator. Is we turn them to SkippableFacts, we can skip them is the emulator isn't present.
The text was updated successfully, but these errors were encountered: