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

Add more smoke tests and abstract more code #10799

Merged
merged 2 commits into from
Jun 10, 2020
Merged

Conversation

anthonydresser
Copy link
Contributor

This PR fixes #

) { }

protected async handleTelemetryOptOut(): Promise<void> {
if (this.productService.telemetryOptOutUrl && !this.storageService.get(AbstractTelemetryOptOut.TELEMETRY_OPT_OUT_SHOWN, StorageScope.GLOBAL)) {
if (!this.environmentService.disableTelemetry && this.productService.telemetryOptOutUrl && !this.storageService.get(AbstractTelemetryOptOut.TELEMETRY_OPT_OUT_SHOWN, StorageScope.GLOBAL)) { // {{SQL CARBON EDIT}} add disableTelemetry check
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary since it gets in the way of clicking the connect button in the connection dialog, maybe this means its a usability issue?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 34.214% when pulling 34ffd6d on moresmoketests into 75e3e4c on master.

@anthonydresser anthonydresser merged commit d849ed9 into master Jun 10, 2020
@anthonydresser anthonydresser deleted the moresmoketests branch June 10, 2020 19:12
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.

2 participants