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

Skip PushCommand_AllowsTimeoutToBeSpecifiedHigherThan100Seconds and PushCommand_AllowsTimeoutToBeSpecifiedLowerThan100Seconds #6087

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

jeffkl
Copy link
Contributor

@jeffkl jeffkl commented Oct 8, 2024

Bug

Fixes: https://github.com/NuGet/Client.Engineering/issues/3045

Description

These two tests check if a user can override the default timeout, which is now 5 minutes (300 seconds). We could update the tests but the one that verifies you can specify a longer timeout runs for over 100 seconds which seems wasteful. The one that checks that you can specify a shorter timeout appears to hang occasionally. I don't think either test is providing any value at this point.

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.

@jeffkl jeffkl added the Engineering Changes related to the build infrastructure of the repo and that do not change product code label Oct 8, 2024
@jeffkl jeffkl self-assigned this Oct 8, 2024
@jeffkl jeffkl requested a review from a team as a code owner October 8, 2024 18:06
nkolev92
nkolev92 previously approved these changes Oct 8, 2024
Copy link
Contributor

@donnie-msft donnie-msft left a comment

Choose a reason for hiding this comment

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

The team policy is to use public issues for skipping tests. Client.Engineering isn't accessible to anyone outside our team reading the codebase.

@jeffkl jeffkl merged commit f7ae708 into dev Oct 9, 2024
28 checks passed
@jeffkl jeffkl deleted the dev-jeff-fix-test-hang branch October 9, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering Changes related to the build infrastructure of the repo and that do not change product code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants