Skip to content

Commit a9afdc6

Browse files
authored
Mark OOPIF test (#1790)
1 parent 32a57a6 commit a9afdc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/PuppeteerSharp.Tests/OOPIFTests/OOPIFTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public OOPIFTests(ITestOutputHelper output) : base(output)
1717
DefaultOptions.Args = new[] { "--site-per-process" };
1818
}
1919

20+
[PuppeteerTest("oopif.spec.ts", "OOPIF", "should report oopif frames")]
2021
[Fact(Skip = "Ignored on puppeteer")]
2122
public async Task ShouldReportOopifFrames()
2223
{

0 commit comments

Comments
 (0)