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

Remove SKIPPED_TESTS.yaml file #7747

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Feb 29, 2024

Issue #, if available:

Description of changes:

Go already has a construct for skipping tests: t.Skip. This file based method to skip tests is unnecessary, adds unnecessary code, and is yet another piece of domain knowledge that is not documentated anywhere and difficult to understand its scope and use. By adding t.Skip to all tests that need to be skipped we eliminate all of these concerns. With this we do remove the functionality of e2e tests being skipped at runtime via a file. This is a trade off I'm comfortable taking on because of the benefits described above.

Testing (if applicable):

Documentation added/planned (if applicable):

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Go already has a construct for skipping tests:
`t.Skip`. This file based method to skip tests
is unnecessary, adds unnecessary code, and is
yet another piece of domain knowledge that is not
documentated anywhere and difficult to understand
its scope and use. By adding `t.Skip` to all tests
that need to be skipped we eliminate all of these
concerns.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
@eks-distro-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from jacobweinstock. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@eks-distro-bot eks-distro-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Feb 29, 2024
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.60%. Comparing base (4583834) to head (b87852a).
Report is 257 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7747      +/-   ##
==========================================
+ Coverage   73.48%   73.60%   +0.11%     
==========================================
  Files         579      588       +9     
  Lines       36357    37149     +792     
==========================================
+ Hits        26718    27344     +626     
- Misses       7875     8013     +138     
- Partials     1764     1792      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants