Skip to content

Commit

Permalink
Ignore on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Sep 20, 2023
1 parent 668a68a commit dcf3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PuppeteerSharp.Tests/HeadfulTests/HeadfulTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ await Task.WhenAll(
}

[PuppeteerTest("headful.spec.ts", "HEADFUL", "should expose DevTools as a page")]
[Skip(SkipAttribute.Targets.Firefox)]
[Skip(SkipAttribute.Targets.Firefox, SkipAttribute.Targets.Windows)]
public async Task ShouldExposeDevToolsAsAPage()
{
var headfulOptions = TestConstants.DefaultBrowserOptions();
Expand Down

0 comments on commit dcf3b1e

Please sign in to comment.