tests: removed unrelated tests from konnect test suite#2087
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2087 +/- ##
==========================================
+ Coverage 32.38% 32.39% +0.01%
==========================================
Files 77 77
Lines 7201 7201
==========================================
+ Hits 2332 2333 +1
+ Misses 4674 4671 -3
- Partials 195 197 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Konnect CI takes >20 minutes. To avoid random timeouts, and reduce time-to-merge, some tests that make no sense to be tested against Konnect are skipped here. This would give a little buffer to avoid timeouts. A proper fix for this increased CI time would be to split testing across multiple orgs. While we do not implement that, we wish to keep the CI time under 25 minutes. Hence, the buffer.
745f9c7 to
8387c1d
Compare
Contributor
Author
|
Bumping this up for review: @shivaygupta-dotcom |
shivaygupta-dotcom
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Konnect CI takes >20 minutes. To avoid random timeouts, and reduce time-to-merge, some tests that make no sense to be tested against Konnect are skipped here. This would give a little buffer to avoid timeouts.
A proper fix for this increased CI time would be to split testing across multiple orgs. While we do not implement that, we wish to keep the CI time under 25 minutes. Hence, the buffer.