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

Fix broken test #7010

Merged
merged 1 commit into from
May 4, 2024
Merged

Fix broken test #7010

merged 1 commit into from
May 4, 2024

Conversation

davepagurek
Copy link
Contributor

@davepagurek davepagurek commented May 4, 2024

Resolves #7008

Removes a focused test case, and fixes a broken test that got merged in because of that.

I looked into adding mocha.setup({ ui: 'tdd', forbidOnly: true }) into mocha_setup.js to see if we could catch these in CI, but I couldn't get it to actually fail on usage of .only locally. Any idea what I might be missing @limzykenneth?

@limzykenneth
Copy link
Member

Not sure about whether mocha's forbidOnly works or not, I can test but I'll merge this one first to fix unit 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

Successfully merging this pull request may close these issues.

Unit test suite not running because of visual tests
2 participants