Skip to content
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

[TESTS] Notification tests destructively interfere with other integration tests #564

Closed
seaerchin opened this issue Nov 7, 2022 · 1 comment
Assignees

Comments

@seaerchin
Copy link
Contributor

Describe the bug
At present, the tests in integration/notifications.spec have been skipped. If they are not skipped, the tests will cause the integration tests involving the User table to fail due to query creation.

To Reproduce
Steps to reproduce the behavior:

  1. delete the .skip in integration/notification.spec's first describe block
  2. run npm run test
@alexanderleegs
Copy link
Contributor

Resolved by #572 - issue was caused due to concurrency in tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants