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

Disable slow tests #749

Merged
merged 4 commits into from
Nov 28, 2020
Merged

Disable slow tests #749

merged 4 commits into from
Nov 28, 2020

Conversation

orpiske
Copy link
Contributor

@orpiske orpiske commented Nov 27, 2020

... and other small adjustments for when they do run

This ensures that the embedded kafka service is compatible with JUnit's 5 class life cycle
- Do not run unless enabled by slow tests flag
- Prevent creating multiple instances of the service object
- Do not instantiate the service object when disabled
- Removes potentially slow annotation
- Do not run unless enabled by slow tests flag
- Prevent creating multiple instances of the service object
- Do not instantiate the service object when disabled
- Remove an unused annotation that (apparently) slows down the tests a little bit
@orpiske
Copy link
Contributor Author

orpiske commented Nov 28, 2020

I'm merging this one, but I still need to look at JMS tests later on.

@orpiske orpiske merged commit d83202f into apache:master Nov 28, 2020
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.

None yet

2 participants