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

tests: mark certain tests as failing on Firefox Headed #14286

Merged
merged 1 commit into from May 19, 2022

Conversation

aslushnikov
Copy link
Collaborator

References #14285

@@ -97,6 +97,7 @@ it('should accept userDataDir', async ({ createUserDataDir, browserType }) => {
});

it('should restore state from userDataDir', async ({ browserType, server, createUserDataDir, isMac, browserName }) => {
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/12632');
Copy link
Member

Choose a reason for hiding this comment

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

nit: annotate it with the issue.

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 don't think they are surfaced anywhere!

@aslushnikov aslushnikov merged commit 34429a2 into microsoft:main May 19, 2022
@aslushnikov aslushnikov deleted the greenify-firefox-tests branch May 19, 2022 16:06
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.

None yet

2 participants