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

test: mark DeckPicker context menu test flaky on windows #17977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mikehardy
Copy link
Member

@mikehardy mikehardy commented Feb 14, 2025

See Issue

This one is messing up my merge queue, driving me crazy.

Marking flaky

Had to de-conflict the "OS" symbol because something else appears to have been marked flaky, perhaps before we had a good annotation? Anyway, we have a good annotation now so I converted the previous windows cutout to a Flaky annotation

Copy link
Member

@BrayanDSO BrayanDSO left a comment

Choose a reason for hiding this comment

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

The change LGTM. Left a comment about an extra thing to investigate

import com.ichi2.testutils.grantWritePermissions
import com.ichi2.testutils.revokeWritePermissions
import com.ichi2.utils.KotlinCleanup
import com.ichi2.utils.ResourceLoader
import org.apache.commons.exec.OS
Copy link
Member

Choose a reason for hiding this comment

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

this was the only use of the dependency (libs.commons.exec on build.gradle). It probably can be removed now

@BrayanDSO BrayanDSO added Needs Author Reply Waiting for a reply from the original author Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc) and removed Needs Review labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Author Reply Waiting for a reply from the original author Pending Merge Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants