Skip to content

Commit 84b49b8

Browse files
authored
Ignore missing tracing tests (#1797)
1 parent 1808ccc commit 84b49b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/PuppeteerSharp.Tests/WontImplementTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public WontImplementTests(ITestOutputHelper output) : base(output)
2323
[PuppeteerTest("navigation.spec.ts", "should throw if networkidle is passed as an option")]
2424
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "should report the correct product")] //We don't use the product in this way
2525
[PuppeteerTest("launcher.spec.ts", "Puppeteer.launch", "falls back to launching chrome if there is an unknown product but logs a warning")]
26+
[PuppeteerTest("tracing.spec.ts", "Tracing", "should return null in case of Buffer error")]
27+
[PuppeteerTest("tracing.spec.ts", "Tracing", "should properly fail if readProtocolStream errors out")]
2628
[Fact(Timeout = TestConstants.DefaultTestTimeout)]
2729
public void TheseTesstWontBeImplemented()
2830
{

0 commit comments

Comments
 (0)