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

Disable one multi-profile test and disable all multi-profile tests on Windows #5387

Closed
wants to merge 4 commits into from

Conversation

pierremtb
Copy link
Collaborator

@pierremtb pierremtb commented Feb 14, 2025

Copy link

vercel bot commented Feb 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Feb 14, 2025 7:22pm

Copy link

qa-wolf bot commented Feb 14, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@pierremtb pierremtb marked this pull request as ready for review February 14, 2025 19:32
@pierremtb pierremtb changed the title Disable multi-profile sketch deletion test Disable one multi-profile test and disable all multi-profile tests on windwos Feb 14, 2025
@pierremtb pierremtb changed the title Disable one multi-profile test and disable all multi-profile tests on windwos Disable one multi-profile test and disable all multi-profile tests on Windows Feb 14, 2025
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.82%. Comparing base (834f713) to head (b1b874c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5387      +/-   ##
==========================================
- Coverage   85.83%   85.82%   -0.01%     
==========================================
  Files          94       94              
  Lines       34758    34758              
==========================================
- Hits        29833    29831       -2     
- Misses       4925     4927       +2     
Flag Coverage Δ
wasm-lib 85.82% <ø> (-0.01%) ⬇️

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

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

@pierremtb pierremtb enabled auto-merge (squash) February 14, 2025 19:39
@@ -1352,7 +1352,7 @@ test.describe(`Sketching with offset planes`, () => {
})
})

test.describe('multi-profile sketching', () => {
test.describe('multi-profile sketching', { tag: '@skipWin' }, () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've seen flakes for a few of these on Windows. We have coverage on Ubuntu and macOS, Windows isn't adding anything here.

@@ -1883,7 +1883,7 @@ profile004 = circleThreePoint(sketch001, p1 = [13.44, -6.8], p2 = [13.39, -2.07]
})
}
)
test(
test.fixme(
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This one is definitely unhappy on main and a few branches I tried, see https://github.com/KittyCAD/modeling-app/actions/runs/13330664352/job/37248442003

@pierremtb
Copy link
Collaborator Author

Closing, I think we should merge #5391 instead

@pierremtb pierremtb closed this Feb 14, 2025
auto-merge was automatically disabled February 14, 2025 20:43

Pull request was closed

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.

1 participant