Skip to content

Commit a1c2653

Browse files
authored
Mark pipe test as won't implement (#1814)
closes #1737
1 parent a53335a commit a1c2653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp.Tests/WontImplementTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public WontImplementTests(ITestOutputHelper output) : base(output)
2525
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "falls back to launching chrome if there is an unknown product but logs a warning")]
2626
[PuppeteerTest("tracing.spec.ts", "Tracing", "should return null in case of Buffer error")]
2727
[PuppeteerTest("tracing.spec.ts", "Tracing", "should properly fail if readProtocolStream errors out")]
28+
[PuppeteerTest("fixtures.spec.ts", "Fixtures", "dumpio option should work with pipe option")]
2829
[Fact(Timeout = TestConstants.DefaultTestTimeout)]
2930
public void TheseTesstWontBeImplemented()
3031
{

0 commit comments

Comments
 (0)