-
Notifications
You must be signed in to change notification settings - Fork 30
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
Snapshot Test fails on Azure #149
Comments
Hi Tassilo, this could happen if the test is executed in release mode... can you check this shortly? |
It seems that a foreach loop in the test code is causing the issue.
|
Stack trace:
|
I have an additional problem with different behavior local vs Azure:
|
Describe the bug
I have two Snapshooter tests which's output are dictionaries. Locally everything works fine, the snapshot files are being generated the first time and then match from then on.
However the same tests run on Azure fail with the following exception:
Stack trace
The tests are not async.
Do you have any idea what could cause this?
Btw. there are already other Snapshooter tests in this project running successfully both locally and on Azure.
The text was updated successfully, but these errors were encountered: