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 Clipboard.Clear From Some Tests #12755

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

lonitra
Copy link
Member

@lonitra lonitra commented Jan 10, 2025

Related: #12738 (comment)

Clipboard.Clear was added to some Clipboard tests to help with flakyness in #11527. At the time it was unclear why we were experiencing increased flaky Clipboard tests locally, but in #12738 moved test that was added in JSON PR that was accessing Clipboard without being under same collection as other clipboard tests. Since this is now under same collection Clipboard.Clear should not be necessary so removing.

Microsoft Reviewers: Open in CodeFlow

@lonitra lonitra requested a review from a team as a code owner January 10, 2025 18:58
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.15209%. Comparing base (d87eb2a) to head (457c64e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #12755         +/-   ##
===================================================
- Coverage   76.15360%   76.15209%   -0.00151%     
===================================================
  Files           3192        3192                 
  Lines         640256      640249          -7     
  Branches       47237       47237                 
===================================================
- Hits          487578      487563         -15     
+ Misses        149168      149166          -2     
- Partials        3510        3520         +10     
Flag Coverage Δ
Debug 76.15209% <ø> (-0.00151%) ⬇️
integration 18.15238% <ø> (-0.00705%) ⬇️
production 50.05905% <ø> (+0.00070%) ⬆️
test 97.01872% <ø> (-0.00288%) ⬇️
unit 47.27202% <ø> (+0.02671%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@lonitra lonitra merged commit 2261fa0 into dotnet:main Jan 10, 2025
8 checks passed
@lonitra lonitra deleted the clipclear branch January 10, 2025 23:58
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0 Preview1 milestone Jan 10, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants